1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +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; $test = 0;
$| = 1; $| = 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 = ''; $expected = '';
$s1 = ''; $s1 = '';
$input = ''; $input = '';