tests: fix pam_modules installation on Debian (and Debian-like systems)
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 15 Nov 2015 20:38:56 +0000 (20:38 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 15 Nov 2015 21:21:18 +0000 (21:21 +0000)
commit0fe15dc8ddddeb39a5cad1f4f4afa25fa074a5d1
treea819f6d09fc92b2dd079a53658d246c85b06b651
parent7ad8eb8d84a53a1dc55411ae1087bd9a2f3b58bf
tests: fix pam_modules installation on Debian (and Debian-like systems)

libpam_modules installs modules into /lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security
on Debian

Fixes:
systemd-testsuite login[36]: PAM unable to dlopen(pam_group.so): /lib/security/pam_group.so: cannot open shared object file: No such file or directory
systemd-testsuite login[36]: PAM adding faulty module: pam_group.so
systemd-testsuite login[36]: PAM unable to dlopen(pam_limits.so): /lib/security/pam_limits.so: cannot open shared object file: No such file or directory
systemd-testsuite login[36]: PAM adding faulty module: pam_limits.so
...
etc
test/test-functions