From 382cf45c59826afc5d0feeb22dec6bff03407c6b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 26 Jul 2020 14:47:03 -0700 Subject: tweak $pcp test Signed-off-by: Sean Whitton --- test/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test') 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]; -- cgit v1.2.3