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 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];