summaryrefslogtreecommitdiffstats
path: root/tests/gnu/fstype_stacked.sh
blob: 16f428fdbc807485289de8531140746b5936ab14 (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
trap "bfs_sudo umount scratch/mnt" EXIT

bfs_sudo mount -t ramfs ramfs scratch/mnt || skip
trap "bfs_sudo umount scratch/mnt; bfs_sudo umount scratch/mnt" EXIT

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