summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31Merge remote branch 'origin/master'LaMont Jones107-137/+1551
Conflicts: mount/mount.8 mount/mount.c
2011-01-25tests: skip non-compiled libmount testsKarel Zak8-0/+16
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-25tests: update lscpu tests on x86_64Karel Zak2-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-24tests: ignore device name used in some fdisk and blkid testsFrancesco Cosoleto10-35/+40
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
2011-01-23remaining util-linux-ng to util-linuxSami Kerola1-1/+1
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-01-17build-sys: use WORDS_BIGENDIAN to determine platform byte-orderFabian Groffen1-6/+1
Autoconf contains the right magic to determine the endianness on many platforms next to Linux. This reverses previous commits to move away from WORDS_BIGENDIAN: "use __BYTE_ORDER rather than AC specific WORDS_BIGENDIAN" This is necessary to compile on non Linux platforms like Darwin and Solaris. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2011-01-03tests: use findmnt(8) for remount testKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: use findmnt(8) for mount --move testKarel Zak1-8/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: refresh libmount fstab parser testsKarel Zak6-6/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: fix strtosize() testKarel Zak3-39/+39
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: check for mtabKarel Zak2-1/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount utab testsKarel Zak8-0/+130
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: minor fixesKarel Zak1-1/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: use separate buffer for userspace options, add mount attributesKarel Zak10-72/+98
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03build-sys: add --enable-libmount-mountKarel Zak1-0/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: remove utab from API, update testsKarel Zak6-7/+41
The utab file is private libmount stuff. Anything about utab should not be exported by library API. Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: improve libmount context mount and umount testKarel Zak11-86/+126
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add basic libmount tests for mountingKarel Zak4-3/+90
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add utab update testsKarel Zak5-2/+41
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: fix Makefile and testsKarel Zak1-7/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount mtab update testKarel Zak8-0/+83
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add quoted optstrKarel Zak2-2/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: improve subtests initializationKarel Zak1-9/+23
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount lock testKarel Zak3-0/+39
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount utils.c testsKarel Zak21-5/+100
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount tags testsKarel Zak7-0/+122
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount mtab testsKarel Zak4-0/+81
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount tab_parse.c testsKarel Zak11-2/+500
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount optstr.c testsKarel Zak20-0/+111
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: use {src,build}dir variables for testsKarel Zak1-34/+36
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-29Merge remote branch 'origin/master'LaMont Jones73-71/+132
Conflicts: login-utils/Makefile.am mount/lomount.c text-utils/od.1
2010-12-09tests: add regression testsDavidlohr Bueso7-0/+61
Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-01remove -ng from some filesKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-11-30rename util-linux-ng back to util-linuxKarel Zak66-70/+70
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-10-18Merge remote branch 'origin/master'LaMont Jones1-1/+5
2010-10-07tests: update namei regression testKarel Zak1-1/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-09-06Merge remote branch 'origin/master'LaMont Jones12-0/+189
Conflicts: mount/lomount.c
2010-08-20tests: update lscpu testsKarel Zak8-0/+10
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-20tests: fix blkid MD test (missing tailing whitespaces)Karel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-18tests: add blkid test for partitioned RAID0Karel Zak2-0/+137
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-09fdisk: update MBR after ID changeKarel Zak2-0/+42
Reported-by: Bernard Pidoux <bpidoux@free.fr> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-02Merge remote branch 'origin/master'LaMont Jones35-160/+225
Conflicts: mount/Makefile.am sys-utils/ipcs.c tests/ts/blkid/images-fs/befs.img.bz2 tests/ts/blkid/images-fs/ddf-raid.img.bz2
2010-07-26libblkid: fix typo filesystem name nilfs to nilfs2Jiro SEKIBA1-1/+1
The correct filesystem name is nilfs2, not nilfs. Signed-off-by: Jiro SEKIBA <jir@unicus.jp>
2010-07-13tests: add nilfs2 test for libblkidJiro SEKIBA2-0/+7
Signed-off-by: Jiro SEKIBA <jir@unicus.jp> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-07-01tests: truncate BeFS and tuxonice imagesKarel Zak2-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16tests: update fdisk testsKarel Zak16-94/+14
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-04tests: update blkid test for raid1Karel Zak1-2/+0
ID_PART_ENTRY_TYPE_ENC does not exists anymore. Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-04tests: mount cramfs read-onlyKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-04tests: update lscpu testKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-01libblkid: add exFAT file system detection supportAndrew Nayenko2-0/+7
Add exFAT file system <http://en.wikipedia.org/wiki/ExFAT> detection support. Signed-off-by: Andrew Nayenko <resver@gmail.com>