mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 00:07:51 +02:00
Test tr in $PATH, not ./tr.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/p/bin/perl5.000 -w
|
||||
|
||||
$tr = '../tr +io 5';
|
||||
$tr = './tr';
|
||||
$tr = 'tr';
|
||||
$test = 0;
|
||||
$| = 1;
|
||||
|
||||
Reference in New Issue
Block a user