From owner-svn-src-projects@freebsd.org Thu Feb 8 21:35:42 2018 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A0E9F06DAD for ; Thu, 8 Feb 2018 21:35:42 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3E927F73D; Thu, 8 Feb 2018 21:35:41 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EC821BAF9; Thu, 8 Feb 2018 21:35:41 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w18LZfPp073551; Thu, 8 Feb 2018 21:35:41 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w18LZfRN073550; Thu, 8 Feb 2018 21:35:41 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201802082135.w18LZfRN073550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Thu, 8 Feb 2018 21:35:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r329040 - projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_history X-SVN-Group: projects X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_history X-SVN-Commit-Revision: 329040 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 21:35:42 -0000 Author: asomers Date: Thu Feb 8 21:35:41 2018 New Revision: 329040 URL: https://svnweb.freebsd.org/changeset/base/329040 Log: Remove useless check in the zpool_history tests FreeBSD's ZFS test suite doesn't need to run on absurdly old versions of ZFS. Sponsored by: Spectra Logic Corp Modified: projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_history/setup.ksh Modified: projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_history/setup.ksh ============================================================================== --- projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_history/setup.ksh Thu Feb 8 21:33:23 2018 (r329039) +++ projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_history/setup.ksh Thu Feb 8 21:35:41 2018 (r329040) @@ -29,9 +29,5 @@ . $STF_SUITE/include/libtest.kshlib -# Check if the current system support 'zpool history'. -$ZPOOL history > /dev/null -(($? != 0)) && log_unsupported - DISK=${DISKS%% *} default_container_volume_setup $DISK