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

cd "$TEST"
mkdir mnt

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

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

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