rsync/SOURCES/rsync-3.2.2-runtests.patch

12 lines
312 B
Diff
Raw Permalink Normal View History

diff --git a/runtests.sh b/runtests.sh
index 0c463be..eecf530 100755
--- a/runtests.sh
2022-05-17 10:46:03 +00:00
+++ b/runtests.sh
@@ -280,6 +280,7 @@ for testscript in $suitedir/$whichtests; do
2022-05-17 10:46:03 +00:00
case "$testscript" in
*hardlinks*) TESTRUN_TIMEOUT=600 ;;
+ *default-acls*) continue ;;
*) TESTRUN_TIMEOUT=300 ;;
esac