From 22d2029c8cfab28e698264b2d37d6c51b377ca5a Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Sat, 18 Jun 2016 02:32:54 +0200 Subject: 06-remove.t: fix test output check --- t/06-remove.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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 { -- cgit v1.2.3