X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/77f6e4eadbfbddd069ebc259921f4587856d488a..4081782832b7dc8b7426cedcec9a4495229dda6c:/snippet/test-tap.at diff --git a/snippet/test-tap.at b/snippet/test-tap.at index cccea49..2873cf4 100644 --- a/snippet/test-tap.at +++ b/snippet/test-tap.at @@ -25,7 +25,7 @@ test_run_tap () { # Older versions of prove do not support the -e option so the # "test" must be a perl script. :; { echo 'print <"$program.pl" - prove "$program.pl" 2>&1 + { prove "$program.pl"; } 2>&1 return $status } m4_divert_pop([PREPARE_TESTS])])