summaryrefslogtreecommitdiff
path: root/lib/Test/Harness/t/testargs.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Test/Harness/t/testargs.t')
-rw-r--r--lib/Test/Harness/t/testargs.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Test/Harness/t/testargs.t b/lib/Test/Harness/t/testargs.t
index 76ee9a5bb6..9160c5909b 100644
--- a/lib/Test/Harness/t/testargs.t
+++ b/lib/Test/Harness/t/testargs.t
@@ -13,8 +13,10 @@ use TAP::Parser;
use TAP::Harness;
use App::Prove;
-my $test = File::Spec->catfile( ($ENV{PERL_CORE} ? 'lib' : 't'),
- 'sample-tests', 'echo' );
+my $test = File::Spec->catfile(
+ ( $ENV{PERL_CORE} ? 'lib' : 't' ),
+ 'sample-tests', 'echo'
+);
diag( "\n\n", bigness( join ' ', @ARGV ), "\n\n" ) if @ARGV;