]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Test tr in $PATH, not ./tr.
authorJim Meyering <jim@meyering.net>
Fri, 12 May 1995 02:11:06 +0000 (02:11 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 May 1995 02:11:06 +0000 (02:11 +0000)
tests/tr/build-script

index ab064d5cb836ecc1c2daf04f42b06e9932329991..d716af6a3e705956332ef8db61e258187d412b1a 100755 (executable)
@@ -1,6 +1,7 @@
 #!/p/bin/perl5.000 -w
 
 $tr = '../tr +io 5';
+$tr = './tr';
 $tr = 'tr';
 $test = 0;
 $| = 1;