]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 5 Aug 1996 03:36:01 +0000 (03:36 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 5 Aug 1996 03:36:01 +0000 (03:36 +0000)
tests/tr/build-script.pl

index cf644af6f3e25ad33224b5c060bdee7bb84a1305..7d8e13581f717153c5fb1981fe8d81d4b8de6d3d 100755 (executable)
@@ -7,12 +7,12 @@ $| = 1;
 
 print <<EOF;
 #! /bin/sh
-# run-test generated automatically by automake 1.0 from Makefile.am
+# run-test generated automatically by build-script from test.data.pl
 case \$# in
   0) xx='$xx';;
   *) xx="\$1";;
 esac
-echo=:
+echo=echo
 \$echo testing with $xx=\$xx
 errors=0
 EOF
@@ -73,6 +73,6 @@ if test \$errors = 0 ; then
 else
   \$echo Failed \$errors tests. 1>&2
 fi
-test \$errors = 0 && $errors=1
+test \$errors = 0 || $errors=1
 exit \$errors
 EOF2