diff options
Diffstat (limited to 't/02.2-unit-repo.t')
-rwxr-xr-x | t/02.2-unit-repo.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02.2-unit-repo.t b/t/02.2-unit-repo.t index e06fc82..a47dc7d 100755 --- a/t/02.2-unit-repo.t +++ b/t/02.2-unit-repo.t @@ -27,7 +27,7 @@ note "rsync $url:\n" . capture_merged { no warnings 'redefine'; local *SBO::Lib::Repo::get_slack_version = sub { '14.1' }; - $rsync_res = exit_code { rsync_sbo_tree($url); }; + $rsync_res = exit_code { rsync_sbo_tree($url, 'FALSE'); }; }; if (defined $rsync_res) { |