1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
This commit is contained in:
Jim Meyering
1996-08-12 03:41:47 +00:00
parent a1ab7fb789
commit bd3627904b

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=.