]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Aug 1998 23:53:07 +0000 (23:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Aug 1998 23:53:07 +0000 (23:53 +0000)
tests/ls-2/quoting

index 51545fbe6ac24ab99fa599365bed12661b8978b0..89557a1c8ac6391fa51911f2476bdadfea4031c0 100755 (executable)
@@ -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"}],