X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test.hs;h=8f5b77c330a53812d4a2e7b81f8a847e3faed911;hb=0e8f5d8b8144d5fa8e79c1d46e1100ea36556cf9;hp=7c3be16f36d55dc85299aba23a34d422b07a389f;hpb=531dbfc03d955178e596a7cd9b87fca8bc23918e;p=pdns-pipe-nmc.git 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