diff options
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'); |