From 722a52b94e4d8ae73bc4ee92472dba8e7174a1ab Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Wed, 22 Jan 2025 17:04:24 +0100 Subject: Rename backup operation to create --- tests/005-missing_argument_for_option.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/005-missing_argument_for_option.sh') 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 -- cgit v1.2.3