Skip to content

Commit

Permalink
Let setting the mount point as rprivate fail
Browse files Browse the repository at this point in the history
  • Loading branch information
upils committed Dec 5, 2023
1 parent c766f99 commit 78d36a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/classic/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ restore: |
for l in `ls -d "$LOOP"p*`
do
p=${l#"$LOOP"}
mount --make-rprivate $l
umount --recursive $l
mount --make-rprivate $l || true
umount --recursive $l || true
done
losetup -d "$LOOP"
Expand Down

0 comments on commit 78d36a4

Please sign in to comment.