diff options
Diffstat (limited to 'tests/ls-2/quoting')
-rwxr-xr-x | tests/ls-2/quoting | 4 |
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"}], |