summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-12 02:11:06 +0000
committerJim Meyering <jim@meyering.net>1995-05-12 02:11:06 +0000
commit63c91c859ff0ad68a35f9c5a365ccfcb396d3245 (patch)
treebaa7f16803c0de431cc6096f9e1500b5b73c1a22 /tests
parent01eb16e3390c87169fe6f6a1a521cf08f2d977b6 (diff)
downloadcoreutils-63c91c859ff0ad68a35f9c5a365ccfcb396d3245.tar.xz
Test tr in $PATH, not ./tr.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tr/build-script1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tr/build-script b/tests/tr/build-script
index ab064d5cb..d716af6a3 100755
--- a/tests/tr/build-script
+++ b/tests/tr/build-script
@@ -1,6 +1,7 @@
#!/p/bin/perl5.000 -w
$tr = '../tr +io 5';
+$tr = './tr';
$tr = 'tr';
$test = 0;
$| = 1;