From 4b938bd0de536ff8222f2e2c6de052fb472db1ea Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Wed, 14 Feb 2018 01:59:31 +0100 Subject: sboremove: move everything to module and make it OO --- t/28-race-sboremove.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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'); -- cgit v1.2.3