summaryrefslogtreecommitdiffstats
path: root/tests/ts/login
Commit message (Collapse)AuthorAgeFilesLines
* tests: check commands needed for running a test existSami Kerola2014-03-072-0/+4
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: avoid executing dirname(1) commandSami Kerola2014-02-172-2/+2
| | | | | | Bash parameter expansion does the same thing. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* login: add login.defs code and testsKarel Zak2011-10-262-0/+40
| | | | | | | | | | The new logindefs.c file contains /etc/login.defs parser and functions for searching in the list of the login default variables. The patch also contains a new regression test for the code. Based on pam_login-4.0 from Suse. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: cleanup islocal testKarel Zak2011-10-261-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* login: remove unused code and testsKarel Zak2011-10-261-26/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-302-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: cleanup ts/loginKarel Zak2009-02-112-8/+6Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add support for subdirs to basic test functionsKarel Zak2009-02-111-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: remove input directoryKarel Zak2009-02-111-0/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: create subdirs for test scriptsKarel Zak2009-02-112-0/+55
Signed-off-by: Karel Zak <kzak@redhat.com>