1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

tests: Do not run SSHD with PAM when not needed

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Daiki Ueno <dueno@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2018-11-27 16:52:19 +01:00
committed by Andreas Schneider
parent 81fdb574e7
commit 42c92074b9
18 changed files with 36 additions and 23 deletions

View File

@ -34,7 +34,7 @@
static int sshd_setup(void **state)
{
torture_setup_sshd_server(state);
torture_setup_sshd_server(state, false);
return 0;
}