diff options
-rwxr-xr-x | tests/cli-opts.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index a9b5ca5..e5804b2 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -6,14 +6,6 @@ set -u export XDG_DATA_HOME="$PWD/tests/test-profiles" -assert_usage() { - if ! grep -Fq 'Usage' "$1"; then - echo 'Expected to find "Usage" text, it was missing:' >&2 - cat "$ERR" >&2 - exit 1 - fi -} - test_unsupported_long_flags() { testing 'unsupported long flags' OUT="$(mktemp)" |