Skip to content

Commit

Permalink
tweak $pcp test
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Whitton <[email protected]>
  • Loading branch information
spwhitton committed Jul 26, 2020
1 parent d0afd3f commit 382cf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ our $pcp = $ENV{AUTOPKGTEST_TMP}
: "../dist/build/pandoc-citeproc-preamble/pandoc-citeproc-preamble";

chdir(dirname(rel2abs(__FILE__)));
die "need to build before testing\n" unless -e $pcp;
die "need to build before testing\n" unless -x $pcp;
unlink $output if -e $output;

print "testing with " . (`pandoc --version`)[0];
Expand Down

0 comments on commit 382cf45

Please sign in to comment.