diff options
author | Thomas Voss <mail@thomasvoss.com> | 2021-11-11 22:13:35 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-03-05 01:48:10 +0100 |
commit | a883dbb3a127001813c4fc7b7218bad70dcffda3 (patch) | |
tree | 4a103034c7cbb30bdb099c91e5c6ae6fdd99c0a9 | |
parent | 31013048af5c55fb89841ed961494d3b211d1879 (diff) |
[Tests] Remove duplicate test
-rwxr-xr-x | tests/run.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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'" \ |