summaryrefslogtreecommitdiff
path: root/lib/Test/Harness/t/test-harness.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Test/Harness/t/test-harness.t')
-rw-r--r--lib/Test/Harness/t/test-harness.t16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Test/Harness/t/test-harness.t b/lib/Test/Harness/t/test-harness.t
index 4e416e076a..5bfdb4ed1d 100644
--- a/lib/Test/Harness/t/test-harness.t
+++ b/lib/Test/Harness/t/test-harness.t
@@ -364,6 +364,22 @@ my %samples = (
},
all_ok => 0,
},
+ 'shbang_misparse' => {
+ total => {
+ bonus => 0,
+ max => 2,
+ 'ok' => 2,
+ files => 1,
+ bad => 0,
+ good => 1,
+ tests => 1,
+ sub_skipped=> 0,
+ 'todo' => 0,
+ skipped => 0,
+ },
+ failed => { },
+ all_ok => 1,
+ },
);
plan tests => (keys(%samples) * 7) + 1;