aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-02-22 00:16:14 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-02-22 00:16:14 +0100
commita1c162aac9187af6cfef96fb2dabd7765984eb6c (patch)
treedc9c618c6a893006c09a7ada5e692a17baca4950 /t
parentb8aa632a6deede861d250d5b778f665aed44a3a0 (diff)
downloadsbotools2-a1c162aac9187af6cfef96fb2dabd7765984eb6c.tar.xz
Add $Test::Builder::Level setting to Test::Execute
Diffstat (limited to 't')
-rwxr-xr-xt/Test/Execute.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Test/Execute.pm b/t/Test/Execute.pm
index 2513e08..3ce5178 100755
--- a/t/Test/Execute.pm
+++ b/t/Test/Execute.pm
@@ -63,6 +63,7 @@ sub run {
}
$name //= "Testing run of @cmd";
+ local $Test::Builder::Level = $Test::Builder::Level + 2;
subtest $name => sub {
plan tests => 2;