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