summaryrefslogtreecommitdiff
path: root/tests/tr/build-script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tr/build-script')
-rwxr-xr-xtests/tr/build-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/build-script b/tests/tr/build-script
index 5c7016bbf..d6026a263 100755
--- a/tests/tr/build-script
+++ b/tests/tr/build-script
@@ -6,7 +6,7 @@ $tr = './tr';
$test = 0;
$| = 1;
-print "#! /bin/sh\necho 'testing with tr=$tr'\ntr=$tr\nerrors=0\n";
+print "#! /bin/sh\ntr='$tr'\necho testing with tr=\$tr\nerrors=0\n";
$expected = '';
$s1 = '';
$input = '';