diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:22:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:22:53 +0000 |
commit | f4b22a2f215f6f80558d9e4075c9de306c8b9953 (patch) | |
tree | 05142dd668b11fc304d1c15faa52dee3784f8fa0 /debian/tests/pam-test | |
parent | Adding upstream version 1.5.2. (diff) | |
download | pam-f4b22a2f215f6f80558d9e4075c9de306c8b9953.tar.xz pam-f4b22a2f215f6f80558d9e4075c9de306c8b9953.zip |
Adding debian version 1.5.2-6+deb12u1.debian/1.5.2-6+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/pam-test')
-rw-r--r-- | debian/tests/pam-test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/tests/pam-test b/debian/tests/pam-test new file mode 100644 index 0000000..dc97da4 --- /dev/null +++ b/debian/tests/pam-test @@ -0,0 +1,10 @@ +#!/bin/sh +# Copyright 2023, Sam Hartman +# This code may be redistributed under the same terms as Linux Pam +# itself, or at your pution, under the GNU General Public License, +# version 3. + +set -e +useradd -s /bin/bash pam_test 2>&1 || true +python3 debian/tests/pam-test.py +userdel pam_test ||true |