This commit is contained in:
Jim Meyering
1996-08-12 03:41:47 +00:00
parent a1ab7fb789
commit bd3627904b
+6 -1
View File
@@ -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=.