summaryrefslogtreecommitdiffstats
path: root/tests/helpers/test_pathnames.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: add static keyword where needed [smatch scan]Sami Kerola2017-03-171-1/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* agetty: remove obsolete HAVE_UPDWTMP fallbackRuediger Meier2016-12-071-1/+0Star
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* misc: remove path name definitions that are unusedSami Kerola2016-03-091-13/+0Star
| | | | | | | | | | | | | | | | | | | | | | After this commit the following produces zero matches. $ for i in \ _PATH_DEV_TTY \ _PATH_INITTAB \ _PATH_MNTTAB_DIR \ _PATH_MOUNTED_LOCK \ _PATH_MOUNTED_TMP \ _PATH_RC \ _PATH_REBOOT \ _PATH_SECURE \ _PATH_SECURETTY \ _PATH_SHUTDOWN_CONF \ _PATH_SINGLE \ _PATH_UMOUNT \ _PATH_USERTTY do git grep $i; done Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* pathnames: clean up various user database pathsSami Kerola2012-03-181-9/+0Star
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* include: clean up _PATH_DEV_* macrosKarel Zak2009-06-301-1/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* include: add mount paths to pathnames.hKarel Zak2007-11-281-1/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* include: cleanup pathnames.hKarel Zak2007-11-281-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add test for include/pathnames.hKarel Zak2007-11-281-0/+99
Signed-off-by: Karel Zak <kzak@redhat.com>