]> diplodocus.org Git - nmh/blobdiff - test/mkstemp/test-mkstemp
escape_addresses.c: Move interface to own file.
[nmh] / test / mkstemp / test-mkstemp
index 59cacad10ac20a471acd2a9d6eed0107480a8a80..8e0eb83098adc851178bf6378e84b978610d26b8 100755 (executable)
@@ -21,7 +21,7 @@ actual="$MH_TEST_DIR"/$$.actual
 
 mkstemp="${MH_LIBEXEC_DIR}/mkstemp"
 
-check_exit '-eq 255' $mkstemp - # gcov
+check_exit '-eq 1' $mkstemp -
 
 $mkstemp -help | grep suffix >/dev/null  &&  has_mkstemps=1  ||  has_mkstemps=0