diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-12 03:41:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-12 03:41:47 +0000 |
commit | bd3627904bc300d2f7ff220bca608b0ba3490263 (patch) | |
tree | 14ba09575749a9e695b03e842d509f1ce2f85252 /tests | |
parent | a1ab7fb7896df54d67b86240e3f0328c2e20f0b4 (diff) | |
download | coreutils-bd3627904bc300d2f7ff220bca608b0ba3490263.tar.xz |
.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tr/build-script.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl index ded2f8cb2..c12461b4c 100755 --- a/tests/tr/build-script.pl +++ b/tests/tr/build-script.pl @@ -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=. |