diff options
author | Ryan Moeller <[email protected]> | 2020-02-21 11:52:44 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-21 08:52:44 -0800 |
commit | f5f438194df6419573eb699f9ef0c8b0e1aeaf12 (patch) | |
tree | e635a70433d462374bf8bf147b0b6da7fda68699 /tests/zfs-tests | |
parent | 6a608416315ab9a109b948baa02a90171b09a337 (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-x | tests/zfs-tests/tests/functional/privilege/setup.ksh | 4 |
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 |