rename test directory to avoid clash
[haskell-directory.git] / tests / createDirectoryIfMissing001.hs
index 6925e80..c4d5a39 100644 (file)
@@ -6,7 +6,7 @@ import Control.Exception
 import System.Directory
 import System.FilePath
 
-testdir = "createDirectory001"
+testdir = "createDirectoryIfMissing001.d"
 testdir_a = testdir </> "a"
 
 main = do