From 44c7cbcee5ec0262bcc6e09c925051a5c44ac2bf Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 16 May 2025 13:10:07 +0200 Subject: test: restore .htaccess file after running unit tests Signed-off-by: Ferdinand Thiessen --- autotest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autotest.sh b/autotest.sh index cb991e0e9ad..eba85bd0d3c 100755 --- a/autotest.sh +++ b/autotest.sh @@ -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 -- cgit v1.2.3