commit fa77a6fc7cc9e4a4e6767d517810e61a84ab65ce
parent b4ca85ca580842d9fb1e29dfc238a1ebbf939254
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sat, 23 Apr 2016 20:49:46 +0200
t/19-unit.t: fix a small whitespace issue
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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');
}