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