diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-12-15 20:14:57 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-12-15 20:14:57 +0100 |
commit | d720a78c55a0344d9d999839d1e92c0f604ff9c7 (patch) | |
tree | 3263867084ab66d850f186635593332a0ce90c81 /t/12-readme.t | |
parent | aa5396514bbcef8f1278e857f7da034611b126a0 (diff) | |
download | sbotools2-d720a78c55a0344d9d999839d1e92c0f604ff9c7.tar.xz |
t/12-readme.t: fix up test for displaying other readme files
Diffstat (limited to 't/12-readme.t')
-rwxr-xr-x | t/12-readme.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/12-readme.t b/t/12-readme.t index 1ef427c..eb472d2 100755 --- a/t/12-readme.t +++ b/t/12-readme.t @@ -75,7 +75,7 @@ SKIP: { } # 11: sboinstall otherreadmes -sboinstall 'otherreadmes', { input => "y\ny\ny", expected => qr/Display.*README.*SlackBuilds[.]org.*SLACKWARE/s }; +sboinstall 'otherreadmes', { input => "y\ny\ny", expected => qr/It looks like.*Would you like to see.*README.*SlackBuilds[.]org.*SLACKWARE/s }; # Cleanup END { |