aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-20 13:32:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-21 09:18:46 -0700
commit88669fce6741b918f96aff2959cc5d1b6d871e0f (patch)
tree7b1b6a98293327419ea3e28e70f7e634357751b0 /test
parentc968fae89a3ad50a75f17885116ef885ec63e800 (diff)
downloadpandoc-citeproc-preamble-88669fce6741b918f96aff2959cc5d1b6d871e0f.tar.gz
updates for --filter pandoc-citeproc-preamble -> --citeproc change
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'test')
-rwxr-xr-xtest/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test b/test/test
index 9af0ae9..01d3800 100755
--- a/test/test
+++ b/test/test
@@ -35,7 +35,7 @@ die "need to build before testing\n" unless -x $pcp;
unlink $output if -e $output;
print "testing with " . (`pandoc --version`)[0];
-system "pandoc -s --filter pandoc-citeproc --bibliography=test.bib"
+system "pandoc -s --citeproc --bibliography=test.bib"
. " --filter $pcp -M citeproc-preamble=../examples/default.latex"
. " test.mdwn -f markdown -o $output";