X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/13015c3c27462cb98027d644636ff526e10dd1d0..67bb0fc0:/test/mkstemp/test-mkstemp?ds=sidebyside diff --git a/test/mkstemp/test-mkstemp b/test/mkstemp/test-mkstemp index 97896e48..8e0eb830 100755 --- a/test/mkstemp/test-mkstemp +++ b/test/mkstemp/test-mkstemp @@ -21,7 +21,7 @@ actual="$MH_TEST_DIR"/$$.actual mkstemp="${MH_LIBEXEC_DIR}/mkstemp" -check_exit '-eq 255' $mkstemp - +check_exit '-eq 1' $mkstemp - $mkstemp -help | grep suffix >/dev/null && has_mkstemps=1 || has_mkstemps=0