util-linux/tests
Karel Zak 0071917f78 tests: refresh GPT regression test
The n+1 change has been introduced by commit
4c8e837230.

Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-30 12:26:03 +01:00
..
expected tests: refresh GPT regression test 2009-10-30 12:26:03 +01:00
helpers include: clean up _PATH_DEV_* macros 2009-06-30 01:13:42 +02:00
ts libblkid: add test cases for VMFS 2009-10-26 13:42:36 +01:00
.gitignore build-sys: ignore a bunch of generated files, mostly binaries 2008-04-14 14:08:00 +02:00
Makefile.am tests: remove obsolete stuff from Makefile.am 2009-02-20 13:10:24 +01:00
README tests: cleanup blkid cache after test device deinitialization 2007-05-25 14:53:22 +02:00
commands.sh.in tests: swapon workaround for libtool wrapper 2009-10-13 15:37:49 +02:00
functions.sh tests: swapon workaround for libtool wrapper 2009-10-13 15:37:49 +02:00
run.sh tests: fix -regex in run.sh 2009-04-29 15:51:32 +02: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 [--verbose]

 Run one tests:

	./ts-<component_name>-<test_name>.sh [--verbose]



 *** WARNING ***

 The tests touch your /etc/fstab and /etc/blkid.tab. Please, be careful and use
 these tests only for development and never on production system.