]> diplodocus.org Git - nmh/blobdiff - test/pick/test-stderr
Moved "mhparam iconv" description to mhparam(1) man page and put
[nmh] / test / pick / test-stderr
index 0cafe7f3f333867da1bae0d7f9f38877a3b248c0..9c1dac3d22c5f26be1225dd9391f7231ad6f8a69 100755 (executable)
@@ -28,6 +28,6 @@ EOF
 # Nothing should to go stdout.
 cat /dev/null > $expected_out
 
-pick -a > $actual_out 2> $actual_err
+run_prog pick -a > $actual_out 2> $actual_err
 check "$expected_err" "$actual_err"
 check "$expected_out" "$actual_out"