From 948a65cf39c8ce31c5adc0f24979e0cb55bc33c3 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 18 Jun 2022 08:50:45 +0200 Subject: Refactor the command line interface Select operation by its name instead of by number of the arguments. --- tests/003-unknown_option.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/003-unknown_option.sh (limited to 'tests/003-unknown_option.sh') diff --git a/tests/003-unknown_option.sh b/tests/003-unknown_option.sh deleted file mode 100644 index 919f125..0000000 --- a/tests/003-unknown_option.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -source ./assert.sh - -PROGRAM_EXEC="$1" - -assert_error "unknown option '-x'" $PROGRAM_EXEC -x ref out - -exit 0 -- cgit v1.2.3