1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

re-enable zfs_copies_006_pos test after a fix in r330977

The test was disabled in r329408.

PR:		225960
This commit is contained in:
Andriy Gapon 2018-03-15 09:28:10 +00:00
parent aca41af247
commit 72891bc15d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330979

View File

@ -170,7 +170,6 @@ zfs_copies_006_pos_body()
. $(atf_get_srcdir)/zfs_copies.cfg
verify_disk_count "$DISKS" 1
atf_skip "PR 225960 g_access leak when unmounting UFS on a zvol"
ksh93 $(atf_get_srcdir)/setup.ksh || atf_fail "Setup failed"
ksh93 $(atf_get_srcdir)/zfs_copies_006_pos.ksh || atf_fail "Testcase failed"
}