summaryrefslogtreecommitdiffstats
path: root/tests/ts/mount
Commit message (Collapse)AuthorAgeFilesLines
* tests: grammar fixesDavidlohr Bueso2011-08-1716-45/+45
| | | | | | Trivial change, "Cannot found" to "Cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* grammar fixesDavidlohr Bueso2011-08-151-3/+3
| | | | | | Correct grammar from "cannot found" to "cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* tests: add mount(8) test for fstab entries without optionsKarel Zak2011-05-111-0/+63
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: don't run mount/regfile test on old kernelKarel Zak2011-04-191-1/+8
| | | | | | The /sys/.../loop/backing_file is available since 2.6.37. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add test for RLIMIT_FSIZE issueKarel Zak2011-04-191-0/+78
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add tests for [u]mount regular fileKarel Zak2011-02-211-0/+30
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use findmnt(8) for remount testKarel Zak2011-01-031-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use findmnt(8) for mount --move testKarel Zak2011-01-031-8/+5Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: check for mtabKarel Zak2011-01-032-1/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --enable-libmount-mountKarel Zak2011-01-031-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-3019-20/+20
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: remove vol_id from testsKarel Zak2009-12-048-18/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: don't run some mount tests for non-root usersKarel Zak2009-05-272-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: disable suid mount testKarel Zak2009-02-181-7/+12
| | | | | | Unfortunately, libtool wrapper cannot be suid... Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: cleanup ts/mountKarel Zak2009-02-1119-104/+59Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add support for subdirs to basic test functionsKarel Zak2009-02-111-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: create subdirs for test scriptsKarel Zak2009-02-1119-0/+1036
Signed-off-by: Karel Zak <kzak@redhat.com>