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:
@@ -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 = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user