]> 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 3fb73b2440f2071825e2c09eb1c78c4400244cd6..6468de517f5670bd45ea0c1b9a3e090ef6bc6122 100755 (executable)
@@ -19,6 +19,8 @@ setup_test
 # Use proper program, maybe not the first one on PATH.
 slocal="$MH_LIBEXEC_DIR"/slocal
 
+$slocal - >/dev/null 2>&1 || true  # gcov
+
 expected="$MH_TEST_DIR"/$$.expected
 actual="$MH_TEST_DIR"/$$.actual
 actual2="$MH_TEST_DIR"/$$.actual2
@@ -42,7 +44,8 @@ Usage: slocal [switches]
   -help
 EOF
 
-run_prog $slocal -help >"$actual" 2>&1
+#### Skip nmh intro text.
+run_prog $slocal -help | sed '/^$/,$d' >"$actual" 2>&1
 check "$expected" "$actual"
 
 # check -version