diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-16 12:47:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-16 12:47:34 +0000 |
commit | fda148fb1bbabd0d17024b9343cb107b3cbba54b (patch) | |
tree | 1c7f62fae5affd7bbbae1330552580815911f844 /tests/ls-2 | |
parent | e7d71e072559555ca939a78bb957e785536ea4ce (diff) | |
download | coreutils-fda148fb1bbabd0d17024b9343cb107b3cbba54b.tar.xz |
Adapt to work with recently updated quotearg.c.
Diffstat (limited to 'tests/ls-2')
-rwxr-xr-x | tests/ls-2/tests | 2 |
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"}], |