aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-26 14:47:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-26 14:47:13 -0700
commit382cf45c59826afc5d0feeb22dec6bff03407c6b (patch)
tree8582d988eeced3b868d6fe042555c84e9f743c04
parentd0afd3f99658e23c17b4cf371558cd6f5ddb9cf4 (diff)
downloadpandoc-citeproc-preamble-382cf45c59826afc5d0feeb22dec6bff03407c6b.tar.gz
tweak $pcp test
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rwxr-xr-xtest/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test b/test/test
index 36870c9..9af0ae9 100755
--- a/test/test
+++ b/test/test
@@ -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];