diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-22 16:41:41 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-22 17:51:36 -0400 |
commit | a2af2746c4686201e2e0796fbdfa115d08727b86 (patch) | |
tree | 4127a4c813de4f4c91c92b0596b468cceac43a7b /tests/posix/unionfs.out | |
parent | dd8ac68070176343a8781e67de4bbd6a071bb89d (diff) | |
download | bfs-a2af2746c4686201e2e0796fbdfa115d08727b86.tar.xz |
tests: Use test-specific scratch directories
Diffstat (limited to 'tests/posix/unionfs.out')
-rw-r--r-- | tests/posix/unionfs.out | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/posix/unionfs.out b/tests/posix/unionfs.out index 6d0fa3c..28c4ec1 100644 --- a/tests/posix/unionfs.out +++ b/tests/posix/unionfs.out @@ -1,10 +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 +. +./lower +./lower/bar +./lower/baz +./lower/foo +./upper +./upper/bar +./upper/baz +./upper/baz/qux +./upper/foo |