diff options
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |