summaryrefslogtreecommitdiffstats
path: root/tests/ts/build-sys
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: portable usage of find commandRuediger Meier2016-02-181-1/+1
| | | | | | | | - use dot instead of skipping search-path - avoid -perm /a+x - avoid -path Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: use ts_cd everywhere to change direcrorySami Kerola2014-07-181-3/+3
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: consolidate some checks for commandsRuediger Meier2014-05-151-2/+2
| | | | | | | | | | | Use ts_check_prog for mdadm, readelf, file, ntpdate, bc (mdadm was not always checked so far). There are some positive side-effects. We are using always $PATH now instead of randomly hardcoded /usr/bin, /sbin, etc. If we ever want to change this again, we should do this generically in ts_init. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: avoid executing dirname(1) commandSami Kerola2014-02-171-1/+1
| | | | | | Bash parameter expansion does the same thing. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: update build testsKarel Zak2013-03-211-1/+1
| | | | | | | | | | | | * remove ld-linux-* from output * findmnt linked with libudev * lslocks linked with libmount * uuidd linked with librt * static binaries are no more enabled by default * chfn/chsh linked with libuser * add nsenter, runuser, setpriv Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: make output and diff dirs usage more robustKarel Zak2012-02-281-1/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* test: refresh build-sys testsKarel Zak2012-01-171-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add build-sys regression testKarel Zak2011-11-041-0/+61
Signed-off-by: Karel Zak <kzak@redhat.com>