summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-29 21:45:56 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-29 21:45:56 -0700
commit5be7363297f202cf8e0ae83cf1e7e75f59ba203d (patch)
tree4afd9ef0311427edd9fc5d546566c5ccaccf6657 /testsuite
parent646784f0e593162134aa88ab5a63f0f2236e5956 (diff)
downloadrsync-5be7363297f202cf8e0ae83cf1e7e75f59ba203d.tar.gz
Avoid bloating the src-dir scan.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/rsync.fns3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns
index 65d071ca..246aab0c 100644
--- a/testsuite/rsync.fns
+++ b/testsuite/rsync.fns
@@ -97,7 +97,8 @@ printmsg() {
}
rsync_ls_lR() {
- find "$@" -print | sort | sed 's/ /\\ /g' | xargs "$TOOLDIR/tls" $TLS_ARGS
+ find "$@" -name .git -prune -o -name auto-build-save -prune -o -print | \
+ sort | sed 's/ /\\ /g' | xargs "$TOOLDIR/tls" $TLS_ARGS
}
get_testuid() {