X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/880ff2a4f8f33fede426b21858dda31b58ffd27a..b66f48b0d0caea86ac3ae5e5044e3340be22f1a6:/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"