diff options
Diffstat (limited to 'test/helpers.bash')
-rw-r--r-- | test/helpers.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/helpers.bash b/test/helpers.bash index 3280e70fd..d9616ad45 100644 --- a/test/helpers.bash +++ b/test/helpers.bash @@ -161,6 +161,7 @@ function wait_until_reachable() { } function cleanup_test() { + run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm --force --all" rm -rf "$TESTDIR" } |