From af4b6f7dabe32f267ff5eb38d22bdebae77b4866 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 11 Jun 2021 08:21:36 -0700 Subject: [PATCH] ZTS: Add zfs_clone_livelist_dedup.ksh to Makefile.am Commit 86b5f4c12 added a new zfs_clone_livelist_dedup.ksh test case but didn't include it in the Makefile.am. This results in the test not being included in the dist tarball so it's never run by the CI. Reviewed-by: John Kennedy Reviewed-by: Serapheim Dimitropoulos Signed-off-by: Brian Behlendorf Closes: #12224 --- .../zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile.am b/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile.am index c012b35d0..664f3d81a 100644 --- a/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile.am +++ b/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/Makefile.am @@ -4,6 +4,7 @@ dist_pkgdata_SCRIPTS = \ cleanup.ksh \ zfs_clone_livelist_condense_and_disable.ksh \ zfs_clone_livelist_condense_races.ksh \ + zfs_clone_livelist_dedup.ksh \ zfs_destroy_001_pos.ksh \ zfs_destroy_002_pos.ksh \ zfs_destroy_003_pos.ksh \