summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* tests: add dmesg(1) checkSami Kerola2013-01-251-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add line(1) checkSami Kerola2013-01-251-0/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add more(1) checkSami Kerola2013-01-241-0/+2
| | | | | | | [kzak@redhat.com: use test_more program rather than directly more(1)] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add ionice(1) checkSami Kerola2013-01-241-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add ul(1) checkSami Kerola2013-01-241-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add tailf(1) checkSami Kerola2013-01-241-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add mcookie(1) checkSami Kerola2013-01-241-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add getopt(1) checkSami Kerola2013-01-241-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add utmpdump(1) checkSami Kerola2013-01-241-0/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add rev(1) checkSami Kerola2013-01-241-0/+1
| | | | | | | Fairly lenghty input line tries to ensure realloc segment in code is hit at least once. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* hexdump: do not segfault when iterating over an empty format stringOndrej Oprala2013-01-101-0/+1
| | | | Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
* fsck.cramfs: compile with -DINCLUDE_FS_TESTS for make checkKarel Zak2012-10-221-1/+1
| | | | | | | | | make check sudo su - cd tests ./run.sh cramfs Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: make compatible with autotoolsKarel Zak2012-08-031-0/+64
The command 'make check' is called from 'make distcheck' (which is used to generate official util-linux tarballs). It means that tests/ stuff has to be compatible with autotools and differentiate between source and build directories. * remove run-nonroot.sh (merged into run.sh * remove commands.sh.in * all tests and top level run.sh accept --builddir and --srcdir command line options * functions.sh modified to use $top_builddir/tests for output files Signed-off-by: Karel Zak <kzak@redhat.com>