summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-09-16 21:13:47 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-09-16 21:15:38 +0300
commitf24d36ae1e91cb98462139dfae41211b9e9a3a2c (patch)
tree03d325b1b1c5b96246013d9de556c68bc32e941e
parent75dd3bcb4c815202ddb147a1ccffb2b691f2c0ce (diff)
downloadmariadb-git-f24d36ae1e91cb98462139dfae41211b9e9a3a2c.tar.gz
Clean up a directory to avoid a failure of another test
-rw-r--r--mysql-test/suite/mariabackup/apply-log-only-incr.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/apply-log-only-incr.test b/mysql-test/suite/mariabackup/apply-log-only-incr.test
index a580d0ffe04..aa5110cc51e 100644
--- a/mysql-test/suite/mariabackup/apply-log-only-incr.test
+++ b/mysql-test/suite/mariabackup/apply-log-only-incr.test
@@ -50,6 +50,7 @@ echo # Restore and check results;
--source include/restart_and_restore.inc
rmdir $basedir;
+rmdir $incremental_dir;
SELECT COUNT(*) FROM t;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;