diff options
author | Slack Coder <slackcoder@server.ky> | 2025-02-20 09:50:05 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-02-20 12:22:23 -0500 |
commit | dd7924889b4c956da53935e78f2d2cdeb58eb103 (patch) | |
tree | 83d7a689e4bb99a053383d8981482eb3e7ebc625 /t/03-travis.t | |
parent | 82a520dcb6f6cfe538c68fd04a8a7b94f3b177c2 (diff) | |
download | sbotools2-dd7924889b4c956da53935e78f2d2cdeb58eb103.tar.xz |
Fix race-sbofind and travis tests
Diffstat (limited to 't/03-travis.t')
-rwxr-xr-x | t/03-travis.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/03-travis.t b/t/03-travis.t index cfe517e..06f66d2 100755 --- a/t/03-travis.t +++ b/t/03-travis.t @@ -29,7 +29,7 @@ SKIP: { skip 'Not doing online tests without TEST_ONLINE=1', 2 if $ENV{TEST_ONLINE} ne '1'; sbosnap 'fetch', { expected => qr/\APulling SlackBuilds tree\.\.\.\n/ }; - sbofind 'sbotools', { expected => qr"SBo: sbotools \d[.]\d\nPath: /usr/sbo/repo/system/sbotools\n\n" }; + sbofind 'sbotools', { expected => qr"SBo:\s+sbotools2\s+\d+[.]\d+[.]\d+\nPath:\s+/usr/sbo/repo/system/sbotools2\n" }; } # 4-10: Test alternative REPO |