diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-17 11:35:41 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-17 12:33:39 -0400 |
commit | 3ac3bee7b0d9c9be693415206efa664bf4a7d4a7 (patch) | |
tree | 524fd877d53b231c8736211e4b86dc724cfbcab3 /tests/posix/unionfs.out | |
parent | 214a1f9215d33d4b9f34a3d258da1e1f4e3eb01f (diff) | |
download | bfs-3ac3bee7b0d9c9be693415206efa664bf4a7d4a7.tar.xz |
dir: Fix FreeBSD union mounts
Diffstat (limited to 'tests/posix/unionfs.out')
-rw-r--r-- | tests/posix/unionfs.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/posix/unionfs.out b/tests/posix/unionfs.out new file mode 100644 index 0000000..6d0fa3c --- /dev/null +++ b/tests/posix/unionfs.out @@ -0,0 +1,10 @@ +scratch +scratch/lower +scratch/lower/bar +scratch/lower/baz +scratch/lower/foo +scratch/upper +scratch/upper/bar +scratch/upper/baz +scratch/upper/baz/qux +scratch/upper/foo |