X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b7cbd7c8a39920669db61d331b12839f2a2d3562..3c54bbb247ffc8fa094d754099c0b009e79d484d:/test/mkstemp/test-mkstemp?ds=inline diff --git a/test/mkstemp/test-mkstemp b/test/mkstemp/test-mkstemp index afeb2c52..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" -$mkstemp - >/dev/null 2>&1 || true # gcov +check_exit '-eq 1' $mkstemp - $mkstemp -help | grep suffix >/dev/null && has_mkstemps=1 || has_mkstemps=0