sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 22d2029c8cfab28e698264b2d37d6c51b377ca5a
parent bd479ffb3d8755aa4de835971380bcba39f4f620
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sat, 18 Jun 2016 02:32:54 +0200

06-remove.t: fix test output check

Diffstat:
Mt/06-remove.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 {