aboutsummaryrefslogtreecommitdiff
path: root/tests/002-missing_arguments.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/002-missing_arguments.sh')
-rw-r--r--tests/002-missing_arguments.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/002-missing_arguments.sh b/tests/002-missing_arguments.sh
index c3aaa1b..2ebbd55 100644
--- a/tests/002-missing_arguments.sh
+++ b/tests/002-missing_arguments.sh
@@ -4,7 +4,7 @@ source ./assert.sh
PROGRAM_EXEC="$1"
-assert "Usage" "missing input file" 1 $PROGRAM_EXEC backup
+assert "Usage" "missing input file" 1 $PROGRAM_EXEC create
assert "Usage" "missing diff file" 1 $PROGRAM_EXEC restore
exit 0