sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 96f5ea888595a176a46b2be0d7330c29f7fb9fca
parent c10bec608bc5b63587061914d684195f332ad8b6
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sat, 27 Apr 2019 16:35:58 +0200

01-unit.t: Update test for changed unsupported version behaviour

Diffstat:
Mt/01-unit.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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";