aboutsummaryrefslogtreecommitdiff
path: root/t/04-install.t
diff options
context:
space:
mode:
Diffstat (limited to 't/04-install.t')
-rwxr-xr-xt/04-install.t2
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" };