diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 16:35:58 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 16:35:58 +0200 |
commit | 96f5ea888595a176a46b2be0d7330c29f7fb9fca (patch) | |
tree | 3fafcafda19c614a7b81e97a22c9cbbbb1c6fc90 | |
parent | c10bec608bc5b63587061914d684195f332ad8b6 (diff) | |
download | sbotools-96f5ea888595a176a46b2be0d7330c29f7fb9fca.tar.xz |
01-unit.t: Update test for changed unsupported version behaviour
-rwxr-xr-x | t/01-unit.t | 2 |
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"; |