X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f8d3c4d16b4a2cf0034dc1159c0c68dc78fd0921..30dd408d502b42e46d59cfc89af5f7aa07f8c1ff:/test/mkstemp/test-mkstemp?ds=sidebyside diff --git a/test/mkstemp/test-mkstemp b/test/mkstemp/test-mkstemp index e5a91b57..084f649a 100755 --- a/test/mkstemp/test-mkstemp +++ b/test/mkstemp/test-mkstemp @@ -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"