]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/include/properties.shlib
Update ZTS to work on FreeBSD
[mirror_zfs.git] / tests / zfs-tests / include / properties.shlib
index f049f5193b0267e40d2cf4f62e9221b23339e9f4..cc37e769d3242221c68a2c0fb0d9389952423d66 100644 (file)
@@ -80,8 +80,13 @@ function get_rand_large_recsize
 #
 # Functions to toggle on/off properties
 #
-typeset -a binary_props=('atime' 'devices' 'exec' 'readonly' 'setuid' 'xattr'
-    'zoned')
+typeset -a binary_props=('atime' 'devices' 'exec' 'readonly' 'setuid' 'xattr')
+
+if is_freebsd; then
+       binary_props+=('jailed')
+else
+       binary_props+=('zoned')
+fi
 
 if is_linux; then
        # Only older kernels support non-blocking mandatory locks