diff options
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Old.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index 9bcc37b57..03acf6b8c 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -147,9 +147,9 @@ tests = [ testGroup "markdown" "txt2tags.t2t" "txt2tags.native" ] , testGroup "epub" [ test "features" ["-r", "epub", "-w", "native"] - "features.epub" "features.native" + "epub.features.epub" "epub.features.native" , test "formatting" ["-r", "epub", "-w", "native"] - "formatting.epub" "formatting.native" + "epub.formatting.epub" "epub.formatting.native" ] , testGroup "other writers" $ map (\f -> testGroup f $ writerTests f) [ "opendocument" , "context" , "texinfo", "icml" |