diff options
author | George Melikov <[email protected]> | 2021-01-29 00:39:38 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-28 13:39:38 -0800 |
commit | 9f8c7e6a76a147cacc26dd0661d1a00da42bf405 (patch) | |
tree | 0162e7579593a54b21b2a21c85cacb86de65c5f6 /tests/zfs-tests | |
parent | f8c0d7e1f6a2c7efebea004afbab436d8d20b1e7 (diff) |
ZTS: add userspace_send_encrypted.ksh to Makefile
All tests need to be included in the Makefiles.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #11541
Diffstat (limited to 'tests/zfs-tests')
-rw-r--r-- | tests/zfs-tests/tests/functional/userquota/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/userquota/Makefile.am b/tests/zfs-tests/tests/functional/userquota/Makefile.am index 9100e4ada..2c94d3e15 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 \ |