]> www.average.org Git - pdns-pipe-nmc.git/blobdiff - test.hs
make test data dir linke namecoin namespace
[pdns-pipe-nmc.git] / test.hs
diff --git a/test.hs b/test.hs
index 7c3be16f36d55dc85299aba23a34d422b07a389f..8f5b77c330a53812d4a2e7b81f8a847e3faed911 100644 (file)
--- a/test.hs
+++ b/test.hs
@@ -11,7 +11,7 @@ import Control.Exception
 import NmcDom
 
 queryOp :: ByteString -> IO (Either String ByteString)
-queryOp key = catch (readFile ("data/" ++ (unpack key)) >>= return . Right)
+queryOp key = catch (readFile ("d/" ++ (unpack key)) >>= return . Right)
                     (\e -> return (Left (show (e :: IOException))))
 
 main = do