]> git.proxmox.com Git - mirror_zfs.git/commitdiff
tests: install missing PAM tests
authorRob N <robn@despairlabs.com>
Tue, 19 Sep 2023 15:48:02 +0000 (01:48 +1000)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2023 15:48:02 +0000 (08:48 -0700)
'pam_change_unmounted' and 'pam_recursive' both exist and are referenced
by the test run config, but weren't being installed and so are excluded.
This gets them installed so they will run as expected.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Kay Pedersen <mail@mkwg.de>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #15291

tests/zfs-tests/tests/Makefile.am

index 66aff5026f8fb6467a359bd7f11b59763162a669..1a58e6f774e9574b19bf8fda18f34f63013049a2 100644 (file)
@@ -1588,7 +1588,9 @@ nobase_dist_datadir_zfs_tests_tests_SCRIPTS += \
        functional/online_offline/setup.ksh \
        functional/pam/cleanup.ksh \
        functional/pam/pam_basic.ksh \
+       functional/pam/pam_change_unmounted.ksh \
        functional/pam/pam_nounmount.ksh \
+       functional/pam/pam_recursive.ksh \
        functional/pam/pam_short_password.ksh \
        functional/pam/setup.ksh \
        functional/pool_checkpoint/checkpoint_after_rewind.ksh \