1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 09:11:11 +02:00
This commit is contained in:
Jim Meyering
1996-08-18 05:23:53 +00:00
parent 9d76e7ffbb
commit 98b9e6e30b
+2 -2
View File
@@ -10,7 +10,7 @@ use Test;
$| = 1;
my $xx = '../../src/tr';
my $xx = $ARGV[0];
print <<EOF;
#! /bin/sh
@@ -20,7 +20,7 @@ case \$# in
*) xx="\$1";;
esac
test "\$VERBOSE" && echo=echo || echo=:
\$echo testing with $xx=\$xx
\$echo testing program: \$xx
errors=0
test "\$srcdir" || srcdir=.
test "\$VERBOSE" && \$xx --version 2> /dev/null