From f4e581118c2e1d41d861f5b82b8956e4fc560495 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Mon, 28 Dec 2015 12:07:07 +0100 Subject: Change sbosnap test in travis.t to a regexp so it doesn't choke on the upcoming changes to display download speed --- t/travis.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/travis.t b/t/travis.t index 5168a5a..20b2665 100755 --- a/t/travis.t +++ b/t/travis.t @@ -24,7 +24,7 @@ script (qw/ sboconfig -V 14.1 /, { expected => "Setting SLACKWARE_VERSION to 14. SKIP: { skip 'Not doing online tests without TEST_ONLINE=1', 2 if $ENV{TEST_ONLINE} ne '1'; - script (qw/ sbosnap fetch /, { expected => "Pulling SlackBuilds tree...\n" }); + script (qw/ sbosnap fetch /, { expected => qr/\APulling SlackBuilds tree\.\.\.\n/ }); script (qw/ sbofind sbotools /, { expected => "SBo: sbotools\nPath: /usr/sbo/repo/system/sbotools\n\n" }); } -- cgit v1.2.3