aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2019-04-27 16:35:58 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2019-04-27 16:35:58 +0200
commit96f5ea888595a176a46b2be0d7330c29f7fb9fca (patch)
tree3fafcafda19c614a7b81e97a22c9cbbbb1c6fc90
parentc10bec608bc5b63587061914d684195f332ad8b6 (diff)
downloadsbotools-96f5ea888595a176a46b2be0d7330c29f7fb9fca.tar.xz
01-unit.t: Update test for changed unsupported version behaviour
-rwxr-xr-xt/01-unit.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-unit.t b/t/01-unit.t
index f1aabb0..ea5bb33 100755
--- a/t/01-unit.t
+++ b/t/01-unit.t
@@ -68,7 +68,7 @@ SKIP: {
$out = capture_merged { $exit = exit_code{ SBO::Lib::get_slack_version(); }; };
is ($exit, 1, 'get_slack_version() exited with 1');
- is ($out, "Unsupported Slackware version: 0.0\n\n", 'get_slack_version() gave correct output (Unsupported)');
+ is ($out, "Unsupported Slackware version: 0.0\nSuggest you set the sbotools REPO setting to https://github.com/Ponce/slackbuilds.git\n\n", 'get_slack_version() gave correct output (Unsupported)');
($fh) = open_fh('/etc/slackware-version', '>');
print $fh "Slackware 14.1\n";