diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-18 02:32:54 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-18 02:32:54 +0200 |
commit | 22d2029c8cfab28e698264b2d37d6c51b377ca5a (patch) | |
tree | 1eedd9a55a071df5d8d952338412e8bc783b860e /t/06-remove.t | |
parent | bd479ffb3d8755aa4de835971380bcba39f4f620 (diff) | |
download | sbotools2-22d2029c8cfab28e698264b2d37d6c51b377ca5a.tar.xz |
06-remove.t: fix test output check
Diffstat (limited to 't/06-remove.t')
-rwxr-xr-x | t/06-remove.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/06-remove.t b/t/06-remove.t index 386e3f1..34ab891 100755 --- a/t/06-remove.t +++ b/t/06-remove.t @@ -90,7 +90,7 @@ sboremove 'nonexistentslackbuild8', { input => "y\ny\ny", expected => qr/But has # 14: sboremove nointeractive sboinstall 'nonexistentslackbuild', { input => "y\ny", test => 0 }; -sboremove qw'--nointeractive nonexistentslackbuild nonexistentslackbuild', { input => "y\ny", expected => qr/Removing 1 package\(s\)\nnonexistentslackbuild\n\n.*All operations/s }; +sboremove qw'--nointeractive nonexistentslackbuild nonexistentslackbuild', { input => "y\ny", expected => qr/Removing 1 package\(s\)\nnonexistentslackbuild\n.*All operations/s }; # Cleanup END { |