diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-01-18 07:57:57 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2025-01-18 12:44:04 +0100 |
| commit | 8b51499900e125a55dcdc425d29550b98a8064b4 (patch) | |
| tree | 938545b3b612bcacd3599785be3f4a23ec08bea7 /tests/005-missing_argument_for_option.sh | |
| parent | a7e8d00f5140d250e339736eb49e20609bffa47f (diff) | |
Initial implementation of diff file format v2
Diffstat (limited to 'tests/005-missing_argument_for_option.sh')
| -rw-r--r-- | tests/005-missing_argument_for_option.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/005-missing_argument_for_option.sh b/tests/005-missing_argument_for_option.sh index b519513..26569bc 100644 --- a/tests/005-missing_argument_for_option.sh +++ b/tests/005-missing_argument_for_option.sh @@ -5,9 +5,7 @@ source ./assert.sh PROGRAM_EXEC="$1" assert "Usage" "missing argument for option '-B'" 1 $PROGRAM_EXEC backup -B -assert "Usage" "missing argument for option '-S'" 1 $PROGRAM_EXEC backup -S assert "Usage" "missing argument for option '-B'" 1 $PROGRAM_EXEC restore -B -assert "Usage" "missing argument for option '-S'" 1 $PROGRAM_EXEC restore -S exit 0 |
