summaryrefslogtreecommitdiffstats
path: root/tests/ts/namei
Commit message (Collapse)AuthorAgeFilesLines
* tests: remove namei(1) failed lstat testKarel Zak2018-03-271-1/+0Star
| | | | | | | | The strerror() output is is nothing stable and may be different on another systems. It would be possible to use sed(1) to unify the output, but it seems overkill in this case. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use ts_cd everywhere to change direcrorySami Kerola2014-07-181-1/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: check commands needed for running a test existSami Kerola2014-03-071-0/+2
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* 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>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: cleanup ts/nameiKarel Zak2009-02-111-11/+9Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: create subdirs for test scriptsKarel Zak2009-02-111-0/+36
Signed-off-by: Karel Zak <kzak@redhat.com>