From: Jim Meyering Date: Tue, 16 May 1995 17:13:39 +0000 (+0000) Subject: Always print message at end, not just upon failure. X-Git-Tag: textutils-1_12_1~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a3f88500f6b7981921f54c740e9b9f2f890e8bd;p=thirdparty%2Fcoreutils.git Always print message at end, not just upon failure. --- diff --git a/tests/tr/build-script b/tests/tr/build-script index d716af6a3e..eaa01faa40 100755 --- a/tests/tr/build-script +++ b/tests/tr/build-script @@ -1,4 +1,4 @@ -#!/p/bin/perl5.000 -w +#!/p/bin/perl -w $tr = '../tr +io 5'; $tr = './tr'; @@ -54,7 +54,9 @@ fi EOF } print <&2 +else echo Failed \$errors tests. 1>&2 fi EOF2