aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-23 20:49:46 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-23 20:49:46 +0200
commitfa77a6fc7cc9e4a4e6767d517810e61a84ab65ce (patch)
treecc6a7f6e5dec356c00e174a96897f58701c9908d /t
parentb4ca85ca580842d9fb1e29dfc238a1ebbf939254 (diff)
downloadsbotools-fa77a6fc7cc9e4a4e6767d517810e61a84ab65ce.tar.xz
t/19-unit.t: fix a small whitespace issue
Diffstat (limited to 't')
-rwxr-xr-xt/19-unit.t2
1 files changed, 1 insertions, 1 deletions
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');
}