diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 01:59:31 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 02:33:04 +0100 |
commit | 4b938bd0de536ff8222f2e2c6de052fb472db1ea (patch) | |
tree | 5781e9ada715379ad7118925567192bfd79e40fc /t | |
parent | 00047a7a8c312f3bba73f7a8f09dd751f96fdb31 (diff) | |
download | sbotools2-4b938bd0de536ff8222f2e2c6de052fb472db1ea.tar.xz |
sboremove: move everything to module and make it OO
Diffstat (limited to 't')
-rwxr-xr-x | t/28-race-sboremove.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/28-race-sboremove.t b/t/28-race-sboremove.t index b4f0910..3c7e026 100755 --- a/t/28-race-sboremove.t +++ b/t/28-race-sboremove.t @@ -52,4 +52,4 @@ tie *STDIN, 'STDINTIE'; my $res = load('sboremove', argv => ['nonexistentslackbuild8']); like ($res->{out}, qr/Unable to open README for nonexistentslackbuild8\./, 'sboremove output with race condition correct'); -is ($res->{exit}, undef, 'sboremove did not exit in error'); +is ($res->{exit}, 0, 'sboremove did not exit in error'); |