]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Adapt to work with recently updated quotearg.c.
authorJim Meyering <jim@meyering.net>
Sun, 16 Jan 2000 12:47:34 +0000 (12:47 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Jan 2000 12:47:34 +0000 (12:47 +0000)
tests/ls-2/tests

index 7e3713f087b416246e8e23df4e756c8fed221594..0aad0c159195f1c401ea86d69247c7431cc05af1 100755 (executable)
@@ -35,7 +35,7 @@ my @Tests =
 
      ['q-lit-q', '--quoting=literal -q',     $q_bell, {OUT => "q?\n"}],
      ['q-qs-lit', '--quoting=literal',       $q_bell, {OUT => "q\a\n"}],
-     ['q-qs-sh', '--quoting=shell',          $q_bell, {OUT => "q\a\n"}],
+     ['q-qs-sh', '--quoting=shell',          $q_bell, {OUT => "'q\a'\n"}],
      ['q-qs-sh-a', '--quoting=shell-always', $q_bell, {OUT => "'q\a'\n"}],
      ['q-qs-c', '--quoting=c',               $q_bell, {OUT => "\"q\\a\"\n"}],
      ['q-qs-esc', '--quoting=escape',        $q_bell, {OUT => "q\\a\n"}],