diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-28 12:07:07 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-28 12:07:21 +0100 |
commit | f4e581118c2e1d41d861f5b82b8956e4fc560495 (patch) | |
tree | 85f486ac0aa392139f4cb88002e9b76363fb806e | |
parent | b4b8ef8678ffc63b2ca1bc458a86bb962f8eca27 (diff) | |
download | sbotools2-f4e581118c2e1d41d861f5b82b8956e4fc560495.tar.xz |
Change sbosnap test in travis.t to a regexp
so it doesn't choke on the upcoming changes to display download speed
-rwxr-xr-x | t/travis.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }); } |