diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-19 14:52:54 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-03-19 14:52:54 -0600 |
commit | d99ce3971b64e89b179ebe32885ac280d49b904f (patch) | |
tree | 980a500cb37ba267e9bd459a7ea320b472865178 /autotest.sh | |
parent | 3c66ad64e626cb602685a640c235d472f0777a53 (diff) | |
download | nextcloud-server-d99ce3971b64e89b179ebe32885ac280d49b904f.tar.gz nextcloud-server-d99ce3971b64e89b179ebe32885ac280d49b904f.zip |
Namespace and array syntax fixes
* minor fixes in preparation of a bigger DB and config PR
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autotest.sh b/autotest.sh index ded3cec6091..735c6998e05 100755 --- a/autotest.sh +++ b/autotest.sh @@ -143,6 +143,8 @@ function cleanup_config { if [ -f config/autotest-storage-swift.config.php ]; then rm config/autotest-storage-swift.config.php fi + # Remove mysqlmb4.config.php + rm -f config/mysqlmb4.config.php } # restore config on exit |