]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/slog/slog_014_pos.ksh
Update ZTS to work on FreeBSD
[mirror_zfs.git] / tests / zfs-tests / tests / functional / slog / slog_014_pos.ksh
index e8ea29f1ffa3641cb698f06f4a20c2863420faf9..f8530a623d472874d87b168b7ac70719fe8c0431 100755 (executable)
@@ -64,7 +64,7 @@ for type in "mirror" "raidz" "raidz2"; do
                # Corrupt a pool device to make the pool DEGRADED
                # The oseek value below is to skip past the vdev label.
                #
-               if is_linux; then
+               if is_linux || is_freebsd; then
                        log_must dd if=/dev/urandom of=$VDIR/a bs=1024k \
                           seek=4 conv=notrunc count=50
                else