aboutsummaryrefslogtreecommitdiff
path: root/t/01-unit.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-unit.t')
-rwxr-xr-xt/01-unit.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-unit.t b/t/01-unit.t
index ea5bb33..d94fd9b 100755
--- a/t/01-unit.t
+++ b/t/01-unit.t
@@ -152,7 +152,7 @@ SKIP: {
my $out = capture_merged { $res = SBO::Lib::rsync_sbo_tree('/foo-bar'); };
ok (!$res, q"rsync_sbo_tree('/foo-bar') returned false");
- like ($out, qr!rsync: change_dir "/foo-bar" failed!, q"rsync_sbo_tree('/foo-bar') gave correct output");
+ like ($out, qr!rsync: (.*)change_dir "/foo-bar" failed!, q"rsync_sbo_tree('/foo-bar') gave correct output");
}
# 28-37: test git_sbo_tree(), check_git_remote(), generate_slackbuilds_txt(), and pull_sbo_tree();