From fa77a6fc7cc9e4a4e6767d517810e61a84ab65ce Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Sat, 23 Apr 2016 20:49:46 +0200 Subject: t/19-unit.t: fix a small whitespace issue --- t/19-unit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/19-unit.t b/t/19-unit.t index 917afa1..a025a8f 100755 --- a/t/19-unit.t +++ b/t/19-unit.t @@ -17,7 +17,7 @@ plan tests => 32; { my $exit; my $out = capture_merged { $exit = exit_code { script_error(); }; }; - + is ($exit, 2, 'script_error() exited with 2'); is ($out, "A fatal script error has occurred. Exiting.\n", 'script_error() gave correct output'); } -- cgit v1.2.3