test: restore .htaccess file after running unit tests

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2025-05-16 13:10:07 +02:00
parent fc9310feef
commit 44c7cbcee5
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

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