]> 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 83b8407ead082c7d2c66ea16f2b6a2a6bb00618d..d838d688ce5c5b7ce72cb525cccd21d013712207 100755 (executable)
@@ -16,6 +16,9 @@ fi
 
 setup_test
 
+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
 actual=$MH_TEST_DIR/$$.actual