Skip to content

Commit

Permalink
adjust testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
teodesian committed Mar 19, 2021
1 parent ba543b8 commit 59f11b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Playwright.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Test::Fatal qw{exception};
use Async;

my ($qxret,$qxcode) = ('',255);
use Test::Mock::Cmd qx => sub { $? = $qxcode; return $qxret };
use Test::Mock::Cmd qx => sub { $? = $qxcode; return $qxret }, system => sub { print $qxret };

#De-Fang our BEGIN block so we can test safely
no warnings qw{redefine once};
Expand Down

0 comments on commit 59f11b2

Please sign in to comment.