diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-01-22 17:04:24 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2025-01-22 17:12:56 +0100 |
| commit | 722a52b94e4d8ae73bc4ee92472dba8e7174a1ab (patch) | |
| tree | a13f6dabaf9f225dfb4c8352b7bcbcb39c97b38f /tests/005-missing_argument_for_option.sh | |
| parent | cf8eac7777e81590b24e8d285560188e31035c16 (diff) | |
Rename backup operation to create
Diffstat (limited to 'tests/005-missing_argument_for_option.sh')
| -rw-r--r-- | tests/005-missing_argument_for_option.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/005-missing_argument_for_option.sh b/tests/005-missing_argument_for_option.sh index 26569bc..6fdf18e 100644 --- a/tests/005-missing_argument_for_option.sh +++ b/tests/005-missing_argument_for_option.sh @@ -4,7 +4,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 '-B'" 1 $PROGRAM_EXEC create -B assert "Usage" "missing argument for option '-B'" 1 $PROGRAM_EXEC restore -B |
