diff options
author | Jim Meyering <jim@meyering.net> | 1995-05-12 02:11:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-05-12 02:11:06 +0000 |
commit | 63c91c859ff0ad68a35f9c5a365ccfcb396d3245 (patch) | |
tree | baa7f16803c0de431cc6096f9e1500b5b73c1a22 /tests/tr | |
parent | 01eb16e3390c87169fe6f6a1a521cf08f2d977b6 (diff) | |
download | coreutils-63c91c859ff0ad68a35f9c5a365ccfcb396d3245.tar.xz |
Test tr in $PATH, not ./tr.
Diffstat (limited to 'tests/tr')
-rwxr-xr-x | tests/tr/build-script | 1 |
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; |