Attempt fix for persistent bash parameter expansion issues

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #68
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2017-11-28 22:17:13 -05:00
committed by Atomic Bot
parent 3180e38795
commit 4a68a5303c
5 changed files with 30 additions and 30 deletions

View File

@ -162,6 +162,7 @@ function wait_until_reachable() {
function cleanup_test() {
run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm --force --all"
echo "$output"
rm -rf "$TESTDIR"
}