ctdb-tests: Don't remove non-existent test database directory
authorMartin Schwenke <martin@meltin.net>
Thu, 27 Sep 2018 05:29:43 +0000 (15:29 +1000)
committerAmitay Isaacs <amitay@samba.org>
Mon, 8 Oct 2018 00:46:22 +0000 (02:46 +0200)
This directory is no longer used.  Lack of removal doesn't seem to
cause a problem.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/simple/scripts/local_daemons.bash

index 34412aa964d932b6bb2f1cae584ac55ac53e6515..6b13f3767aa7d8c1df92d463c257f6306dfd64b3 100644 (file)
@@ -195,8 +195,6 @@ ctdb_stop_all ()
     for pnn in $(seq 0 $(($TEST_LOCAL_DAEMONS - 1))) ; do
        stop_ctdb_1 "$pnn"
     done
-
-    rm -rf "${SIMPLE_TESTS_VAR_DIR}/test.db"
 }
 
 restart_ctdb_1 ()