]> diplodocus.org Git - nmh/blobdiff - test/pick/test-stderr
export MH_TEST_DIR so that test/dist/test-dist can be run standalone.
[nmh] / test / pick / test-stderr
index 9c1dac3d22c5f26be1225dd9391f7231ad6f8a69..76b899d34e5fa2e9cd4a763591fc5a290918ef4d 100755 (executable)
@@ -28,6 +28,6 @@ EOF
 # Nothing should to go stdout.
 cat /dev/null > $expected_out
 
 # Nothing should to go stdout.
 cat /dev/null > $expected_out
 
-run_prog pick -a > $actual_out 2> $actual_err
+run_prog pick -a > $actual_out 2> $actual_err  ||  true
 check "$expected_err" "$actual_err"
 check "$expected_out" "$actual_out"
 check "$expected_err" "$actual_err"
 check "$expected_out" "$actual_out"