diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-17 12:16:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-17 12:16:57 +0100 |
commit | e492fa402c0479b7898a3cc646bcbd6ac5162311 (patch) | |
tree | a801d629861325abdf6e4f2523022ec68026e595 | |
parent | a57246551a0bf4afe200e597daab9c3935eca99f (diff) | |
parent | 417491f122b346a31cf8dc406c4f9195a5900cec (diff) |
Merge pull request #1925 from evverx/fix-pam-systemd-user
tests: copy /etc/pam.d/systemd-user from the host on Debian, Ubuntu
-rw-r--r-- | test/test-functions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions index c4cf2921c8..a6eea662fc 100644 --- a/test/test-functions +++ b/test/test-functions @@ -284,6 +284,9 @@ install_pam() { ) | while read file; do inst $file done + + [[ "$LOOKS_LIKE_DEBIAN" ]] && + cp /etc/pam.d/systemd-user $initdir/etc/pam.d/ } install_keymaps() { |