mirror of
https://github.com/openssh/openssh-portable.git
synced 2026-06-30 19:57:57 +00:00
Check regress passwd is set before enabling kbdint.
This commit is contained in:
2
.github/run_test.sh
vendored
2
.github/run_test.sh
vendored
@@ -52,7 +52,7 @@ else
|
||||
fi
|
||||
|
||||
# Activate kbdint regression test for PAM
|
||||
if echo "${SSHD_CONFOPTS}" | grep -i usepam >/dev/null; then
|
||||
if echo "${SSHD_CONFOPTS}" | grep -i usepam >/dev/null && [ -f regress/password ]; then
|
||||
cp regress/password regress/kbdintpw
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user