aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2020-02-21 11:52:44 -0500
committerGitHub <[email protected]>2020-02-21 08:52:44 -0800
commitf5f438194df6419573eb699f9ef0c8b0e1aeaf12 (patch)
treee635a70433d462374bf8bf147b0b6da7fda68699 /tests/zfs-tests
parent6a608416315ab9a109b948baa02a90171b09a337 (diff)
ZTS: Move privilege tests to sunos.run
These tests are unspported on FreeBSD and Linux for lack of pfexec. Move the privilege tests to sunos.run and remove the platform checks. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #10035
Diffstat (limited to 'tests/zfs-tests')
-rwxr-xr-xtests/zfs-tests/tests/functional/privilege/setup.ksh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/zfs-tests/tests/functional/privilege/setup.ksh b/tests/zfs-tests/tests/functional/privilege/setup.ksh
index 5ee593a7c..4eb069394 100755
--- a/tests/zfs-tests/tests/functional/privilege/setup.ksh
+++ b/tests/zfs-tests/tests/functional/privilege/setup.ksh
@@ -31,10 +31,6 @@
. $STF_SUITE/include/libtest.shlib
-if is_linux || is_freebsd; then
- log_unsupported "Requires pfexec command"
-fi
-
ZFS_USER=zfsrbac
USES_NIS=false