]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/cli_root/zfs_set/onoffs_001_pos.ksh
Update ZTS to work on FreeBSD
[mirror_zfs.git] / tests / zfs-tests / tests / functional / cli_root / zfs_set / onoffs_001_pos.ksh
index 498567fdd36acaec3498330754f2002918bff9af..7ba6d7fb659d9c1c8aa58e673e510b87eb087dea 100755 (executable)
@@ -51,7 +51,12 @@ function cleanup
 
 log_onexit cleanup
 
-set -A props "atime" "readonly" "setuid" "zoned"
+set -A props "atime" "readonly" "setuid"
+if is_freebsd; then
+       props+=("jailed")
+else
+       props+=("zoned")
+fi
 set -A values "on" "off"
 
 if is_global_zone ; then