]> diplodocus.org Git - nmh/blobdiff - test/rcv/test-rcvstore
Replaced use of ! with || true, for ultimate Bourne shell compatiblity.
[nmh] / test / rcv / test-rcvstore
index 27ce3f6b65567045828d20e5d3615d355c5506d9..54ce6e48b21ac03d72cea66b081bbc45c9022e80 100755 (executable)
@@ -19,7 +19,7 @@ setup_test
 # Use proper program, likely not the first one on PATH.
 rcvstore="${MH_LIBEXEC_DIR}/rcvstore"
 
-! $rcvstore - >/dev/null 2>&1 # gcov
+$rcvstore - >/dev/null 2>&1 || true  # gcov
 
 expected=$MH_TEST_DIR/$$.expected
 expected_err=$MH_TEST_DIR/$$.expected_err