Ensure tests have sudo access to setldapallowlist

This commit is contained in:
Johannes Zellner
2022-01-05 14:32:50 +01:00
parent 531a6fe0dc
commit fb5d726d42

View File

@@ -24,6 +24,7 @@ scripts=("${SOURCE_DIR}/src/scripts/clearvolume.sh" \
"${SOURCE_DIR}/src/scripts/stoptask.sh" \
"${SOURCE_DIR}/src/scripts/rmmailbox.sh" \
"${SOURCE_DIR}/src/scripts/setblocklist.sh" \
"${SOURCE_DIR}/src/scripts/setldapallowlist.sh" \
"${SOURCE_DIR}/src/scripts/configurelogrotate.sh")
for script in "${scripts[@]}"; do