From a883dbb3a127001813c4fc7b7218bad70dcffda3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 11 Nov 2021 22:13:35 +0100 Subject: [Tests] Remove duplicate test --- tests/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index 509acf0..6c128ac 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -23,7 +23,6 @@ Valid flag 'a' with arg 'testy test'" "$(./tests -x -a 'testy test')" compare "-xa with args" "Valid flag 'x' Valid flag 'a' with arg 'testy test'" "$(./tests -xa 'testy test')" compare "-ax with args" "Valid flag 'a' with arg 'x'" "$(./tests -ax 'testy test')" -compare "-ax with args" "Valid flag 'a' with arg 'x'" "$(./tests -ax 'testy test')" compare "-x after --" "" "$(./tests -- -x)" compare "-a with args after --" "" "$(./tests -- -a testy test)" compare "-a with args then -x after --" "Valid flag 'a' with arg 'testy'" \ -- cgit v1.2.3