Skip to content

Commit c15c154

Browse files
Merge pull request #11853 from edsantiago/bats_permission_fix
[v3.4] bats permission fix
2 parents 1dfba5d + deb7517 commit c15c154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/160-volumes.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ EOF
191191
run_podman run --rm -v my_vol:/data $IMAGE sh -c "echo hello >> /data/test"
192192
run_podman volume create my_vol2
193193

194-
tarfile=hello$(random_string | tr A-Z a-z).tar
194+
tarfile=${PODMAN_TMPDIR}/hello$(random_string | tr A-Z a-z).tar
195195
run_podman volume export my_vol --output=$tarfile
196196
# we want to use `run_podman volume export my_vol` but run_podman is wrapping EOF
197197
run_podman volume import my_vol2 - < $tarfile

0 commit comments

Comments
 (0)