aboutsummaryrefslogtreecommitdiff
path: root/html-test/accept.hs
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-10-15 10:41:29 +0200
committerSimon Hengel <sol@typeful.net>2012-10-15 19:32:42 +0200
commitf21570e5526ce564ac8abeff5310cf753f86ffb8 (patch)
tree839b107e49337fc613c0798fec04ccddb6a65e9e /html-test/accept.hs
parent958d64d77572c47d249965d7146ac17a23de806d (diff)
Move HTML reference renderings to /html-test/ref/
Diffstat (limited to 'html-test/accept.hs')
-rw-r--r--html-test/accept.hs2
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