1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-25 16:45:40 +02:00

Remove backquote.

This commit is contained in:
Jim Meyering
1995-05-19 16:49:33 +00:00
parent c253f9ba51
commit 3bfa2eb8bb

View File

@@ -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 = '';