tests/hghave
changeset 9395 163e79e2ed5f
parent 9326 b236f34ec1e9
child 9446 57d682d7d2da
--- a/tests/hghave	Sat Aug 15 21:19:57 2009 +0900
+++ b/tests/hghave	Fri Aug 07 15:34:54 2009 +0200
@@ -78,7 +78,7 @@
 
 def has_icasefs():
     # Stolen from mercurial.util
-    fd, path = tempfile.mkstemp(prefix=tempprefix)
+    fd, path = tempfile.mkstemp(prefix=tempprefix, dir='.')
     os.close(fd)
     try:
         s1 = os.stat(path)