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

index ded2f8cb2c2badbc2c09dd21d7d808dbfec4e32a..c12461b4c018ef06d9566333928fab04645c053e 100755 (executable)
@@ -1,9 +1,14 @@
 #! @PERL@ -w
+# -*- perl -*-
+# @configure_input@
+
 require 5.002;
 use strict;
 
 $| = 1;
 
+my $xx = '../../src/tr';
+
 print <<EOF;
 #! /bin/sh
 # run-test generated automatically by build-script from test.data.pl
@@ -11,7 +16,7 @@ case \$# in
   0) xx='$xx';;
   *) xx="\$1";;
 esac
-echo=echo
+echo=:
 \$echo testing with $xx=\$xx
 errors=0
 test "\$srcdir" || srcdir=.