]> diplodocus.org Git - nmh/blobdiff - test/mkstemp/test-mkstemp
Filter test output to remove added whitespace.
[nmh] / test / mkstemp / test-mkstemp
index 97896e48884528a556a73ff2617a02aaea2b64fe..8e0eb83098adc851178bf6378e84b978610d26b8 100755 (executable)
@@ -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