mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
test: restore .htaccess file after running unit tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
fc9310feef
commit
44c7cbcee5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue