diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-23 20:43:24 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-23 20:43:24 +0200 |
commit | 54176f66e534c5b711acdfae85b5f4cccf0beffd (patch) | |
tree | 6b30d14d9ad3472080e7833b0edf7aa4575491c0 | |
parent | c4c426cc40eb75d40789cd40d8e1b41c571ffdb0 (diff) | |
download | sbotools2-54176f66e534c5b711acdfae85b5f4cccf0beffd.tar.xz |
01-unit.t: make sure SLACKWARE_VERSION is set for rsync_sbo_tree
-rwxr-xr-x | t/01-unit.t | 2 |
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'); }; |