From 3b387d81e63893ed3fe3b45e3721fbcfb1c5dde0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Oct 2022 10:29:05 -0400 Subject: tests: Split test cases into separate files --- tests/bsd/xattrname.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/bsd/xattrname.sh (limited to 'tests/bsd/xattrname.sh') diff --git a/tests/bsd/xattrname.sh b/tests/bsd/xattrname.sh new file mode 100644 index 0000000..6a0fe7e --- /dev/null +++ b/tests/bsd/xattrname.sh @@ -0,0 +1,11 @@ +skip_unless invoke_bfs scratch -quit -xattr +skip_unless make_xattrs + +case "$UNAME" in + Darwin|FreeBSD) + bfs_diff scratch -xattrname bfs_test + ;; + *) + bfs_diff scratch -xattrname security.bfs_test + ;; +esac -- cgit v1.2.3