summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-18 05:23:53 +0000
committerJim Meyering <jim@meyering.net>1996-08-18 05:23:53 +0000
commit98b9e6e30ba09925b9f013ed76dfb6b1e41ec8f9 (patch)
treece3f9171ccdf6a6c491beae130fbf8a4c582f9c4 /tests
parent9d76e7ffbb26e51a6edcc426901ed2d2e4f837de (diff)
downloadcoreutils-98b9e6e30ba09925b9f013ed76dfb6b1e41ec8f9.tar.xz
.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tr/build-script.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl
index 961e864b9..5250d5c64 100755
--- a/tests/tr/build-script.pl
+++ b/tests/tr/build-script.pl
@@ -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