commit 54176f66e534c5b711acdfae85b5f4cccf0beffd
parent c4c426cc40eb75d40789cd40d8e1b41c571ffdb0
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Mon, 23 May 2016 20:43:24 +0200
01-unit.t: make sure SLACKWARE_VERSION is set for rsync_sbo_tree
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/t/01-unit.t b/t/01-unit.t
@@ -136,6 +136,8 @@ SKIP: {
SKIP: {
skip 'Test invalid if /foo-bar exists.', 2 if -e '/foo-bar';
+ local $config{SLACKWARE_VERSION} = '14.1';
+
my $res;
my $out = capture_merged { $res = SBO::Lib::rsync_sbo_tree('/foo-bar'); };