mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
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:
@ -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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user