]> diplodocus.org Git - nmh/blobdiff - test/format/test-fmtdump
Replaced use of ! with || true, for ultimate Bourne shell compatiblity.
[nmh] / test / format / test-fmtdump
index 86adb7a969e69280fd4f6885011da28d8430e91f..0c966c843fc5d927d975d16e6b9b50cdb8590dcc 100755 (executable)
@@ -16,7 +16,7 @@ fi
 
 setup_test
 
-! fmtdump - >/dev/null 2>&1 # gcov
+fmtdump - >/dev/null 2>&1 || true  # gcov
 
 # Use proper program, likely not the first one on PATH.
 fmtdump="${MH_LIBEXEC_DIR}/fmtdump"