2025-01-14 20:15:58 +00:00
|
|
|
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
|
2025-01-14 20:15:58 +00:00
|
|
|
@@ -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
|