X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/880ff2a4f8f33fede426b21858dda31b58ffd27a..ef1ba39e8dae81091b6c3e73e72825ef6edea3c6:/test/mkstemp/test-mkstemp diff --git a/test/mkstemp/test-mkstemp b/test/mkstemp/test-mkstemp index 94ce0567..fcc8cd57 100755 --- a/test/mkstemp/test-mkstemp +++ b/test/mkstemp/test-mkstemp @@ -48,7 +48,7 @@ else fi #### Skip nmh intro text. -run_prog $mkstemp -h | sed '/^$/Q' >"$actual" 2>&1 +run_prog $mkstemp -h | sed '/^$/,$d' >"$actual" 2>&1 check "$expected" "$actual"