aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/config/user.m4
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/openzfs/config/user.m4')
-rw-r--r--sys/contrib/openzfs/config/user.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/contrib/openzfs/config/user.m4 b/sys/contrib/openzfs/config/user.m4
index f450af47e04d..a7241f44f1fd 100644
--- a/sys/contrib/openzfs/config/user.m4
+++ b/sys/contrib/openzfs/config/user.m4
@@ -30,19 +30,8 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [
ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
ZFS_AC_CONFIG_USER_ZFSEXEC
- ZFS_AC_TEST_FRAMEWORK
AC_CHECK_FUNCS([issetugid mlockall strlcat strlcpy])
-])
-
-dnl #
-dnl # Setup the environment for the ZFS Test Suite. Currently only
-dnl # Linux style systems are supported but this infrastructure can
-dnl # be extended to support other platforms if needed.
-dnl #
-AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
- ZONENAME="echo global"
- AC_SUBST(ZONENAME)
AC_SUBST(RM)
])