summaryrefslogtreecommitdiff
path: root/tests/ls-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-17 08:03:12 +0000
committerJim Meyering <jim@meyering.net>2000-01-17 08:03:12 +0000
commit47be9d6b2f415b75c0832d382b39ab4af21331ea (patch)
tree605962cae3b3b5fea784601a79539ddc08247e67 /tests/ls-2
parent4d034357da1d9566e9a0246ab11adbf4fb670d0c (diff)
downloadcoreutils-47be9d6b2f415b75c0832d382b39ab4af21331ea.tar.xz
revert last change, now that quotearg.c is fixed
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 0aad0c159..7e3713f08 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"}],