Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-25 | tests: make mount tests backwardly compatible with deprecated-mount/ | Karel Zak | 3 | -14/+25 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-04-12 | tests: consolidate scsi_debug usage | Karel Zak | 2 | -29/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-04-12 | tests: use udevadm settle rather than sleep | Karel Zak | 2 | -2/+9 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-02-26 | tests: add umount --all-targets tests | Karel Zak | 1 | -0/+121 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-01-15 | tests: add/improve mount shared-subtree tests | Karel Zak | 1 | -19/+42 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-11-15 | tests: add shared subtrees to umount --recursive test | Karel Zak | 1 | -1/+10 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-11-15 | tests: add umount --recursive test | Karel Zak | 1 | -0/+90 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-10-09 | tests: fix mount move test to work with shared mount | Milan Broz | 1 | -3/+16 | |
If parent mount for test directory is mounted with shared flag, move mount test fails because kernel rejects mount move operation. Use another directory level and explicitly make parent mount private. (All "modern" systems using system have mounts shared for some reason.) Signed-off-by: Milan Broz <mbroz@redhat.com> | |||||
2012-09-12 | tests: remove encryption loopdev test | Karel Zak | 1 | -64/+0 | |
Reported-by: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-07-30 | tests: use ts_is_mounted in mount/regfile | Bernhard Voelker | 1 | -2/+2 | |
If the test directory is on a symlink, then mount/regfile failed because it did not search for the mount point in /proc/mounts canonicalized. Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de> | |||||
2012-06-26 | build-sys: convert tests/ to module | Karel Zak | 1 | -54/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-05-28 | tests: add losetup/mount encryption test | Karel Zak | 1 | -0/+64 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-03-02 | tests: search for "none" by findmnt | Karel Zak | 1 | -2/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-03-01 | tests: add tests for mount --make-* stuff | Karel Zak | 1 | -0/+58 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-02-28 | test: test 'none' source for mount(8) | Karel Zak | 1 | -0/+25 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-01-12 | tests: fix mount/special to be compatible with libmount | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2012-01-12 | tests: add exceptions for libmount | Karel Zak | 4 | -2/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-08-17 | tests: grammar fixes | Davidlohr Bueso | 16 | -45/+45 | |
Trivial change, "Cannot found" to "Cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org> | |||||
2011-08-15 | grammar fixes | Davidlohr Bueso | 1 | -3/+3 | |
Correct grammar from "cannot found" to "cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org> | |||||
2011-05-11 | tests: add mount(8) test for fstab entries without options | Karel Zak | 1 | -0/+63 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-04-19 | tests: don't run mount/regfile test on old kernel | Karel Zak | 1 | -1/+8 | |
The /sys/.../loop/backing_file is available since 2.6.37. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-04-19 | tests: add test for RLIMIT_FSIZE issue | Karel Zak | 1 | -0/+78 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-02-21 | tests: add tests for [u]mount regular file | Karel Zak | 1 | -0/+30 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: use findmnt(8) for remount test | Karel Zak | 1 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: use findmnt(8) for mount --move test | Karel Zak | 1 | -8/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: check for mtab | Karel Zak | 2 | -1/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | build-sys: add --enable-libmount-mount | Karel Zak | 1 | -0/+4 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-11-30 | rename util-linux-ng back to util-linux | Karel Zak | 19 | -20/+20 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2009-12-04 | tests: remove vol_id from tests | Karel Zak | 8 | -18/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2009-05-27 | tests: don't run some mount tests for non-root users | Karel Zak | 2 | -0/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2009-02-18 | tests: disable suid mount test | Karel Zak | 1 | -7/+12 | |
Unfortunately, libtool wrapper cannot be suid... Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2009-02-11 | tests: cleanup ts/mount | Karel Zak | 19 | -104/+59 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2009-02-11 | tests: add support for subdirs to basic test functions | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2009-02-11 | tests: create subdirs for test scripts | Karel Zak | 19 | -0/+1036 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |