X-Git-Url: http://www.average.org/gitweb/?p=pdns-pipe-nmc.git;a=blobdiff_plain;f=test.hs;fp=test.hs;h=8f5b77c330a53812d4a2e7b81f8a847e3faed911;hp=7c3be16f36d55dc85299aba23a34d422b07a389f;hb=961eaa01e2d52b53cab104deb4d510d476fb242d;hpb=531dbfc03d955178e596a7cd9b87fca8bc23918e diff --git a/test.hs b/test.hs index 7c3be16..8f5b77c 100644 --- 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