diff options
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; |