diff options
Diffstat (limited to 'html-test/accept.hs')
-rw-r--r-- | html-test/accept.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/accept.hs b/html-test/accept.hs index 45b32078..82eb3c65 100644 --- a/html-test/accept.hs +++ b/html-test/accept.hs @@ -26,7 +26,7 @@ main = do copy file = do - let new = "tests" </> takeFileName file <.> ".ref" + let new = "ref" </> takeFileName file print file print new contents <- readFile file |