aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/01-unit.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/01-unit.t b/t/01-unit.t
index 36b77a9..883935e 100755
--- 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'); };