]> git.ipfire.org Git - thirdparty/util-linux.git/commit - tests/functions.sh
tests: add basic infrastructure for regression tests
authorKarel Zak <kzak@redhat.com>
Thu, 4 Jan 2007 13:23:48 +0000 (14:23 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 4 Jan 2007 13:23:48 +0000 (14:23 +0100)
commite83446da1a3f626920d5e65d4f78651581765b61
tree56880fa701f6f1e78bb65808f86f859f9bd93d84
parent61d9d2ff1cb0e28e2b88099bbc5b919fa5004fce
tests: add basic infrastructure for regression tests

The patch adds tests/ directory with simple regression tests infrastructure.

Also, it adds the "ts-mount-paths" test that testing if all defined paths
(fstab, mtab, locks) are still same.

Signed-off-by: Karel Zak <kzak@redhat.com>
Makefile.am
configure.ac
tests/Makefile.am [new file with mode: 0644]
tests/README [new file with mode: 0644]
tests/commands.sh.in [new file with mode: 0644]
tests/expected/ts-mount-paths [new file with mode: 0644]
tests/functions.sh [new file with mode: 0644]
tests/run.sh [new file with mode: 0755]
tests/ts-mount-paths [new file with mode: 0755]