diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-23 20:49:46 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-23 20:49:46 +0200 |
commit | fa77a6fc7cc9e4a4e6767d517810e61a84ab65ce (patch) | |
tree | cc6a7f6e5dec356c00e174a96897f58701c9908d /t | |
parent | b4ca85ca580842d9fb1e29dfc238a1ebbf939254 (diff) | |
download | sbotools-fa77a6fc7cc9e4a4e6767d517810e61a84ab65ce.tar.xz |
t/19-unit.t: fix a small whitespace issue
Diffstat (limited to 't')
-rwxr-xr-x | t/19-unit.t | 2 |
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'); } |