]> diplodocus.org Git - nmh/blobdiff - test/mhparam/test-mhparam
Replaced use of ! with || true, for ultimate Bourne shell compatiblity.
[nmh] / test / mhparam / test-mhparam
index 6bb0fa06febe5a26c7443fd170c32aff64d0459d..d838d688ce5c5b7ce72cb525cccd21d013712207 100755 (executable)
@@ -16,8 +16,8 @@ fi
 
 setup_test
 
-! mhparam - >/dev/null 2>&1 # gcov
-! mhparam localmbox >/dev/null 2>&1 # gcov
+mhparam - >/dev/null 2>&1 || true  # gcov
+mhparam localmbox >/dev/null 2>&1 || true  # gcov
 
 expected=$MH_TEST_DIR/$$.expected
 expected_err=$MH_TEST_DIR/$$.expected_err