summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-15 23:53:07 +0000
committerJim Meyering <jim@meyering.net>1998-08-15 23:53:07 +0000
commit0cb75a1a071675f53f3d77bfd05846555019e972 (patch)
tree314f19b7ed418ade77b3fdfa37ec84a8af8be4cf /tests
parentcc271ce8f34f0fd0ecdce65ec6a47aadfc62f3d7 (diff)
downloadcoreutils-0cb75a1a071675f53f3d77bfd05846555019e972.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ls-2/quoting4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls-2/quoting b/tests/ls-2/quoting
index 51545fbe6..89557a1c8 100755
--- a/tests/ls-2/quoting
+++ b/tests/ls-2/quoting
@@ -14,8 +14,8 @@ my @Tests =
(
# test-name options input expected-output
#
- ['q-', $q_bell, {OUT => "q\a\n"}],
- ['q-N', '-N', $q_bell, {OUT => "q\a\n"}],
+ ['q-', $q_bell, {OUT => "q\a\n"}, {EXIT => 0}],
+ ['q-N', '-N', $q_bell, {OUT => "q\a\n"}, {ERR => ''}],
['q-q', '-q', $q_bell, {OUT => "q?\n"}],
['q-Q', '-Q', $q_bell, {OUT => "\"q\\a\"\n"}],