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