aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2013-08-02 16:56:06 -0700
committerJohn MacFarlane <[email protected]>2013-08-02 22:12:46 -0700
commit8c8e182b15a34a20673240ff4231e96a8f76fdf6 (patch)
tree0d1c3156244d83e134d1e60ec8e1ed6af345152f
parent4cc27dac449a955d9843ebfa0f2495c9368ce59e (diff)
Test suite: Use `-s` for markdown citation tests.
This is needed because the 'references' variable is now used for the bibliography.
-rw-r--r--tests/Tests/Old.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 0ba240084..7b5ebaf55 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -197,8 +197,8 @@ markdownCitationTests
"markdown-citations.txt"]
where
ropts = ["-r", "markdown", "-w", "markdown", "--bibliography",
- "biblio.bib", "--no-wrap"]
- wopts = ["-r", "markdown", "-w", "markdown", "--no-wrap", "--natbib"]
+ "biblio.bib", "--no-wrap", "-s"]
+ wopts = ["-r", "markdown", "-w", "markdown", "--no-wrap", "--natbib", "-s"]
styleToTest style = test style (ropts ++ ["--csl", style ++ ".csl"])
"markdown-citations.txt"
("markdown-citations." ++ style ++ ".txt")