summaryrefslogtreecommitdiff
path: root/tests/ls-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-16 12:47:34 +0000
committerJim Meyering <jim@meyering.net>2000-01-16 12:47:34 +0000
commitfda148fb1bbabd0d17024b9343cb107b3cbba54b (patch)
tree1c7f62fae5affd7bbbae1330552580815911f844 /tests/ls-2
parente7d71e072559555ca939a78bb957e785536ea4ce (diff)
downloadcoreutils-fda148fb1bbabd0d17024b9343cb107b3cbba54b.tar.xz
Adapt to work with recently updated quotearg.c.
Diffstat (limited to 'tests/ls-2')
-rwxr-xr-xtests/ls-2/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls-2/tests b/tests/ls-2/tests
index 7e3713f08..0aad0c159 100755
--- a/tests/ls-2/tests
+++ b/tests/ls-2/tests
@@ -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"}],