X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9383ac2311caa190a93fd6694c6c82390cabf044..4e8e2c96547bfe72589982a85fac450df4cf6d08:/test/mkstemp/test-mkstemp?ds=inline diff --git a/test/mkstemp/test-mkstemp b/test/mkstemp/test-mkstemp index fcc8cd57..97896e48 100755 --- a/test/mkstemp/test-mkstemp +++ b/test/mkstemp/test-mkstemp @@ -20,6 +20,9 @@ expected="$MH_TEST_DIR"/$$.expected actual="$MH_TEST_DIR"/$$.actual mkstemp="${MH_LIBEXEC_DIR}/mkstemp" + +check_exit '-eq 255' $mkstemp - + $mkstemp -help | grep suffix >/dev/null && has_mkstemps=1 || has_mkstemps=0 cd "$MHTMPDIR"