Merge pull request #52905 from nextcloud/test/autotest-git

test: restore .htaccess file after running unit tests
This commit is contained in:
Ferdinand Thiessen 2025-05-16 16:09:56 +02:00 committed by GitHub
commit 970e11bba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,6 +146,9 @@ function cleanup_config {
fi
# Remove mysqlmb4.config.php
rm -f config/mysqlmb4.config.php
# restore .htaccess
git restore .htaccess
}
# restore config on exit