util-linux/tests
Karel Zak e9998b33cc tests: refresh mtablock output in expected/ directory
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-04-05 00:34:28 +02:00
..
expected tests: refresh mtablock output in expected/ directory 2007-04-05 00:34:28 +02:00
helpers tests: add missing header 2007-04-04 12:43:39 +02:00
input col: getwchar() errors shouldn't be hidden 2007-01-30 13:52:48 +01:00
Makefile.am tests: add lock_mtab() performance and reliability test 2007-03-28 18:43:03 +02:00
README tests: add basic infrastructure for regression tests 2007-01-04 14:23:48 +01:00
commands.sh.in tests: add lock_mtab() performance and reliability test 2007-03-28 18:43:03 +02:00
functions.sh tests: add ts_ok and ts_failed 2007-03-19 23:27:40 +01:00
run.sh tests: add return code 2007-01-28 01:24:15 +01:00
ts-col-multibyte col: getwchar() errors shouldn't be hidden 2007-01-30 13:52:48 +01:00
ts-cramfs-mkfs tests: add expected outputs for cramfs 2007-02-27 16:38:27 +01:00
ts-hwclock-systohc hwclock: fix --systohc sets clock 0.5 seconds slow 2007-03-20 00:32:37 +01:00
ts-ipcs-headers ipcs: add regression test for output headers 2007-01-04 14:41:29 +01:00
ts-ipcs-limits ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
ts-ipcs-limits2 ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
ts-ipcs.sh ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
ts-login-checktty login: add regression test for IP address checking code 2007-03-09 14:56:18 +01:00
ts-look-separator tests: add look test for words with separator 2007-03-06 13:04:25 +01:00
ts-mkswap-doit mkswap: add regression test 2007-02-07 13:26:11 +01:00
ts-mount-mtablock tests: enable mtablock test when uid=0 only 2007-04-03 22:19:28 +02:00
ts-mount-paths tests: add basic infrastructure for regression tests 2007-01-04 14:23:48 +01:00
ts-mount-special tests: add test for /sbin/mount.<type> call 2007-03-22 01:28:44 +01:00
ts-namei-logic namei: new regression test 2007-01-31 16:45:01 +01:00

README

 util-linux regression tests
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~

 It's expected that for each invasive change or important bugfix you will
 include a test to your patch.


 Run all tests:

	./run.sh

 Run one tests:

	./ts-<component_name>-<test_name>.sh