sbotools2

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

commit 993770673f619be6c6963ad3b353b5ce2e711e8e
parent 17ca6191037e82c73a069cc464054fee358dade2
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Wed, 16 Dec 2015 23:21:16 +0100

Fix one last syntax error

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

diff --git a/t/travis.t b/t/travis.t @@ -138,7 +138,7 @@ if (not glob("/var/log/packages/nonexistentslackbuild4-*")) { } # 24-25: Test sboupgrade -f run (cmd => [qw/ sboupgrade -f nonexistentslackbuild /], input => "y\ny", expected => qr/Proceed with nonexistentslackbuild\?.*Upgrade queue: nonexistentslackbuild\n/s); -run (cmd => [qw/ sboupgrade -f nonexistentslackbuild4 /], input => "y\ny"), expected => qr/Proceed with nonexistentslackbuild4\?.*Upgrade queue: nonexistentslackbuild4\n/s); +run (cmd => [qw/ sboupgrade -f nonexistentslackbuild4 /], input => "y\ny", expected => qr/Proceed with nonexistentslackbuild4\?.*Upgrade queue: nonexistentslackbuild4\n/s); # 26: Test sboupgrade -f -z run (cmd => [qw/ sboupgrade -f -z nonexistentslackbuild4 /], input => "y\ny\ny",