From 4cd4d28710c1703e867734c2192addd5e289871e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 26 Jan 2020 11:55:51 +0200 Subject: remove tests connected to help output validation The help has been moved to man pages now. --- test/command-parsing.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/command-parsing.sh b/test/command-parsing.sh index 008cb77..b68c4ad 100755 --- a/test/command-parsing.sh +++ b/test/command-parsing.sh @@ -9,16 +9,6 @@ if [ "$help_output" != "$invalid_option_output" ]; then fail=$((fail+1)) fi -if ! ../src/apk --help 2>/dev/null | grep -q "^Use apk --help --verbose for a full command listing."; then - echo "FAIL: brief help gives long help" - fail=$((fail+1)) -fi - -if ../src/apk --help --verbose 2>/dev/null | grep -q "^Use apk --help --verbose for a full command listing."; then - echo "FAIL: long help does not work" - fail=$((fail+1)) -fi - if [ $fail -eq 0 ]; then echo "OK: command parsing works" fi -- cgit v1.2.3