Skip to content

Commit

Permalink
Move vs. bind
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Nov 18, 2024
1 parent c8c0f58 commit 0bdd26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mktree.oci
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rpmtests()

source ./snapshot
mkdir -p $PWD/blah-img
mount --bind $(podman image mount rpm/base) $PWD/blah-img
mount --move $(podman image mount rpm/base) $PWD/blah-img
RPMTREE=$PWD/blah-rpm:$PWD/blah-img
RPMTEST=$PWD/blah-mnt
# chcon -Rt container_file_t $PWD
Expand Down

0 comments on commit 0bdd26b

Please sign in to comment.