svn commit: r329233 - projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade

Alan Somers asomers at FreeBSD.org
Tue Feb 13 17:52:01 UTC 2018


Author: asomers
Date: Tue Feb 13 17:52:00 2018
New Revision: 329233
URL: https://svnweb.freebsd.org/changeset/base/329233

Log:
  Remove redundant check in zpool_upgrade_004_pos
  
  tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/zpool_upgrade_004_pos.ksh
  	Delete redundant check for whether to skip the test.  It will be
  	caught by the "other_pools_exist" check.
  
  Sponsored by:	Spectra Logic Corp

Modified:
  projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/zpool_upgrade_004_pos.ksh

Modified: projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/zpool_upgrade_004_pos.ksh
==============================================================================
--- projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/zpool_upgrade_004_pos.ksh	Tue Feb 13 17:51:16 2018	(r329232)
+++ projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/zpool_upgrade_004_pos.ksh	Tue Feb 13 17:52:00 2018	(r329233)
@@ -65,11 +65,6 @@ function cleanup
 
 log_assert "zpool upgrade -a works"
 
-$DF -F zfs / > /dev/null 2>&1
-if (( $? == 0 )); then
-	log_unsupported "This case should not run on ZFS root system"
-fi
-
 log_onexit cleanup
 
 # Now build all of our pools


More information about the svn-src-projects mailing list