summaryrefslogtreecommitdiffstats
path: root/tests/gnu/fstype_stacked.sh
blob: a4b067ada7ab929d8c1a85595d9d84ccf5f04cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
test "$UNAME" = "Linux" || skip

clean_scratch
mkdir scratch/mnt

bfs_sudo mount -t tmpfs tmpfs scratch/mnt || skip
defer bfs_sudo umount scratch/mnt

bfs_sudo mount -t ramfs ramfs scratch/mnt || skip
defer bfs_sudo umount scratch/mnt

bfs_diff scratch/mnt -fstype ramfs -print -o -printf '%p: %F\n'