From: Jim Meyering Date: Wed, 7 Apr 2010 06:19:02 +0000 (+0200) Subject: tests: improve help-version X-Git-Tag: v1.5~79 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8aef09d858f096ee6459e75d719a79e4f4d63227;p=debian%2Fgzip tests: improve help-version * tests/help-version: Use fail_, rather than echo+Exit. --- diff --git a/tests/help-version b/tests/help-version index 3c865fb..063ad30 100755 --- a/tests/help-version +++ b/tests/help-version @@ -57,7 +57,7 @@ expected_failure_status_egrep=2 expected_failure_status_fgrep=2 test "$built_programs" \ - || { echo "$this_test: no programs built!?!" 1>&2; Exit 1; } + || fail_ "built_programs not specified!?!" for lang in C fr da; do for i in $built_programs; do