]> diplodocus.org Git - nmh/blobdiff - test/mkstemp/test-mkstemp
Replaced setgid() calls with setegid() so that it works with dot
[nmh] / test / mkstemp / test-mkstemp
index e5a91b57b771c23e7a4724ee55fbf192b3292a48..084f649a7f8ff8ec0cea777d7c684741d4a2fabc 100755 (executable)
@@ -19,7 +19,7 @@ setup_test
 expected="$MH_TEST_DIR"/$$.expected
 actual="$MH_TEST_DIR"/$$.actual
 
-mkstemp="${MH_LIB_DIR}/mkstemp"
+mkstemp="${MH_LIBEXEC_DIR}/mkstemp"
 $mkstemp -help | grep suffix >/dev/null  &&  has_mkstemps=1  ||  has_mkstemps=0
 
 cd "$MHTMPDIR"