]> diplodocus.org Git - nmh/blobdiff - test/mhpath/test-mhpath
Replaced use of ! with || true, for ultimate Bourne shell compatiblity.
[nmh] / test / mhpath / test-mhpath
index e50decc305f64160cae8bce96e22e68b4d3c7e8a..dcd15fc3f9793509c6e5cac36e3835cc1865ad40 100755 (executable)
@@ -16,7 +16,7 @@ fi
 
 setup_test
 
-! mhpath - >/dev/null 2>&1 # gcov
+mhpath - >/dev/null 2>&1 || true  # gcov
 
 expected=$MH_TEST_DIR/$$.expected
 actual=$MH_TEST_DIR/$$.actual