We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dfba5d + deb7517 commit c15c154Copy full SHA for c15c154
test/system/160-volumes.bats
@@ -191,7 +191,7 @@ EOF
191
run_podman run --rm -v my_vol:/data $IMAGE sh -c "echo hello >> /data/test"
192
run_podman volume create my_vol2
193
194
- tarfile=hello$(random_string | tr A-Z a-z).tar
+ tarfile=${PODMAN_TMPDIR}/hello$(random_string | tr A-Z a-z).tar
195
run_podman volume export my_vol --output=$tarfile
196
# we want to use `run_podman volume export my_vol` but run_podman is wrapping EOF
197
run_podman volume import my_vol2 - < $tarfile
0 commit comments