vm.yml: fix solaris PAM tests

Add missing SSHD_CONFOPTS="UsePam yes" to the solaris PAM test
step so it actually tests PAM functionality instead of re-running
the default tests with a PAM-enabled binary.
This commit is contained in:
Renaud Allard
2026-04-30 09:28:17 +10:00
committed by Darren Tucker
parent 1c553a1606
commit 7ab5e4073a
+1 -1
View File
@@ -466,5 +466,5 @@ jobs:
shell: solaris {0}
run: |
cd $GITHUB_WORKSPACE
sudo -u builder make tests
sudo -u builder env SSHD_CONFOPTS="UsePam yes" make tests