diff options
author | ngie <ngie@FreeBSD.org> | 2014-10-25 06:33:00 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-10-25 06:33:00 +0000 |
commit | b3a0db60282b9e45c9f413d2059d2477af4b7712 (patch) | |
tree | 7c90a3e55009459ab806e58d6c2d1193c96597ee | |
parent | b7da6cbac9502b829a4ab1e320a8a3d258a8a644 (diff) | |
download | FreeBSD-src-b3a0db60282b9e45c9f413d2059d2477af4b7712.zip FreeBSD-src-b3a0db60282b9e45c9f413d2059d2477af4b7712.tar.gz |
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 194587
Sponsored by: EMC / Isilon Storage Division
-rw-r--r-- | tools/regression/zfs/zpool/add/option-f_type_mismatch.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/regression/zfs/zpool/add/option-f_type_mismatch.t b/tools/regression/zfs/zpool/add/option-f_type_mismatch.t index a79bce9..0b3baa6 100644 --- a/tools/regression/zfs/zpool/add/option-f_type_mismatch.t +++ b/tools/regression/zfs/zpool/add/option-f_type_mismatch.t @@ -4,6 +4,8 @@ dir=`dirname $0` . ${dir}/../../misc.sh +[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 194587" + echo "1..100" disks_create 7 |