]> diplodocus.org Git - nmh/blobdiff - test/rcv/test-rcvtty
Checked return value of write() calls in mhfixmsg.c,
[nmh] / test / rcv / test-rcvtty
index 1d0fea8cdc0244f87d22c37850a01f983a4dda8c..f0c58d14bc301d46dd6c0be092380d9623bb4e3e 100755 (executable)
@@ -37,7 +37,7 @@ Usage: rcvtty [command ...]
   -help
 EOF
 
   -help
 EOF
 
-$rcvtty -help >"$actual" 2>&1
+run_prog $rcvtty -help >"$actual" 2>&1
 check "$expected" "$actual"
 
 # check -version
 check "$expected" "$actual"
 
 # check -version
@@ -54,7 +54,7 @@ esac
 # any of their ttys.
 cat >"$expected" <<EOF
 EOF
 # any of their ttys.
 cat >"$expected" <<EOF
 EOF
-$rcvtty <${MH_TEST_DIR}/Mail/inbox/1 -biff >"$actual" 2>&1
+run_prog $rcvtty <${MH_TEST_DIR}/Mail/inbox/1 -biff >"$actual" 2>&1
 check "$expected" "$actual"
 
 
 check "$expected" "$actual"