diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-19 09:31:33 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-19 09:31:33 -0400 |
commit | c78e5ddfc8aa0a6373b063dd787f416e9de8002e (patch) | |
tree | e0f9ce4ee5ef0a7a39aaf7388eda5290ebc95a06 /tests/posix/unionfs.sh | |
parent | b1c6199ad82de2081f18eba931a787a25eb27ea7 (diff) | |
download | bfs-c78e5ddfc8aa0a6373b063dd787f416e9de8002e.tar.xz |
tests: New defer function
Diffstat (limited to 'tests/posix/unionfs.sh')
-rw-r--r-- | tests/posix/unionfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/posix/unionfs.sh b/tests/posix/unionfs.sh index 88a549f..0f68a43 100644 --- a/tests/posix/unionfs.sh +++ b/tests/posix/unionfs.sh @@ -2,5 +2,5 @@ clean_scratch "$XTOUCH" -p scratch/{lower/{foo,bar,baz},upper/{bar,baz/qux}} bfs_sudo mount -t unionfs -o below scratch/{lower,upper} || skip -trap "bfs_sudo umount scratch/upper" EXIT +defer bfs_sudo umount scratch/upper bfs_diff scratch |