aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test
diff options
context:
space:
mode:
Diffstat (limited to 'test/test')
-rwxr-xr-xtest/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test b/test/test
index a086d91..63d4a63 100755
--- a/test/test
+++ b/test/test
@@ -34,7 +34,7 @@ print "testing with ".(`pandoc --version`)[0];
system "pandoc -s --filter pandoc-citeproc --bibliography=test.bib".
" --filter pandoc-citeproc-preamble".
" -M citeproc-preamble=../examples/default.latex".
- " test.mdwn -o $output";
+ " test.mdwn -f markdown -o $output";
# simple finite state machine to check that the preamble was inserted
# in the right place