From 9f8c7e6a76a147cacc26dd0661d1a00da42bf405 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Fri, 29 Jan 2021 00:39:38 +0300 Subject: [PATCH] ZTS: add userspace_send_encrypted.ksh to Makefile All tests need to be included in the Makefiles. Reviewed-by: Brian Behlendorf Signed-off-by: George Melikov Closes #11541 --- tests/zfs-tests/tests/functional/userquota/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/zfs-tests/tests/functional/userquota/Makefile.am b/tests/zfs-tests/tests/functional/userquota/Makefile.am index 9100e4adad..2c94d3e152 100644 --- a/tests/zfs-tests/tests/functional/userquota/Makefile.am +++ b/tests/zfs-tests/tests/functional/userquota/Makefile.am @@ -21,7 +21,8 @@ dist_pkgdata_SCRIPTS = \ userspace_001_pos.ksh \ userspace_002_pos.ksh \ userspace_003_pos.ksh \ - userspace_encrypted.ksh + userspace_encrypted.ksh \ + userspace_send_encrypted.ksh dist_pkgdata_DATA = \ userquota.cfg \