diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-17 08:03:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-17 08:03:12 +0000 |
commit | 47be9d6b2f415b75c0832d382b39ab4af21331ea (patch) | |
tree | 605962cae3b3b5fea784601a79539ddc08247e67 /tests | |
parent | 4d034357da1d9566e9a0246ab11adbf4fb670d0c (diff) | |
download | coreutils-47be9d6b2f415b75c0832d382b39ab4af21331ea.tar.xz |
revert last change, now that quotearg.c is fixed
Diffstat (limited to 'tests')
-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 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"}], |