summaryrefslogtreecommitdiffstats
path: root/tests/posix/overlayfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/posix/overlayfs.sh')
-rw-r--r--tests/posix/overlayfs.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/posix/overlayfs.sh b/tests/posix/overlayfs.sh
index a56b5b3..4cccebf 100644
--- a/tests/posix/overlayfs.sh
+++ b/tests/posix/overlayfs.sh
@@ -1,7 +1,11 @@
test "$UNAME" = "Linux" || skip
+
clean_scratch
"$XTOUCH" -p scratch/{lower/{foo,bar,baz},upper/{bar,baz/qux}}
+
mkdir -p scratch/{work,merged}
bfs_sudo mount -t overlay overlay -olowerdir=scratch/lower,upperdir=scratch/upper,workdir=scratch/work scratch/merged || skip
-trap "bfs_sudo umount scratch/merged; bfs_sudo rm -rf scratch/work" EXIT
+defer bfs_sudo rm -rf scratch/work
+defer bfs_sudo umount scratch/merged
+
bfs_diff scratch/merged