diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 13:30:13 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 14:42:36 +0200 |
commit | dc2911fc741e36311db8134a2adedb56802f1aa5 (patch) | |
tree | 777af638f82c6466397525d2b82690032f306ead /t/04-install.t | |
parent | 389d715aecb0f647aef813d1fc9f201d1b47b9ed (diff) | |
download | sbotools2-dc2911fc741e36311db8134a2adedb56802f1aa5.tar.xz |
sboinstall, Build, Info: Allow ignoring of SBo from reqs that doesn't exist
Diffstat (limited to 't/04-install.t')
-rwxr-xr-x | t/04-install.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/04-install.t b/t/04-install.t index f1f922f..b318d60 100755 --- a/t/04-install.t +++ b/t/04-install.t @@ -50,7 +50,7 @@ ok (-e "/usr/sbo/repo/SLACKBUILDS.TXT", "SLACKBUILDS.TXT has been migrated back sboremove 'nonexistentslackbuild', { input => "y\ny", test => 0 }; # 4: sboinstall nonexistentslackbuild2 -sboinstall 'nonexistentslackbuild2', { exit => 1, expected => "Unable to locate nonexistentslackbuild3 in the SlackBuilds.org tree.\n" }; +sboinstall 'nonexistentslackbuild2', { exit => 0, expected => "Unable to locate nonexistentslackbuild3 in the SlackBuilds.org tree.\nDo you want to ignore it and continue? [n] ", input => "n" }; # 5: sboinstall nonexistentslackbuild3 sboinstall 'nonexistentslackbuild3', { exit => 1, expected => "Unable to locate nonexistentslackbuild3 in the SlackBuilds.org tree.\n" }; |