summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-11-17 12:16:57 +0100
committerLennart Poettering <lennart@poettering.net>2015-11-17 12:16:57 +0100
commite492fa402c0479b7898a3cc646bcbd6ac5162311 (patch)
treea801d629861325abdf6e4f2523022ec68026e595
parenta57246551a0bf4afe200e597daab9c3935eca99f (diff)
parent417491f122b346a31cf8dc406c4f9195a5900cec (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-functions3
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() {