summaryrefslogtreecommitdiffstats
path: root/tests/ts-cramfs-mkfs
Commit message (Collapse)AuthorAgeFilesLines
* tests: add "sort" to cramfs testKarel Zak2008-02-181-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: redirect libblkid cache to BLKID_FILEKarel Zak2007-12-061-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use losetup -sKarel Zak2007-10-261-3/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix blkid cache usageKarel Zak2007-10-121-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: exactly define a time format in ls -l outputKarel Zak2007-10-111-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add license notices, change from gplv2-only to gplv2-or-laterKarel Zak2007-07-231-4/+2Star
| | | | | | | The previous "gplv2-only" was copy&past mistake. This re-licensing is correct -- there is not any other contributor to this code. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use relative paths when sourcing filesMike Frysinger2007-07-231-2/+2
| | | | | | | | | The "." command will search $PATH before $PWD if the argument specified contains no path qualifiers which can cause problems if you happen to have something in $PATH named the same. The attached patch changes all of the ". <foo>" in the tests subdir. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: pass all arguments to ts_init, add ts_has_option functionKarel Zak2007-06-111-1/+1
| | | | | | | | | This patch: - replaces "$1" with "$*" for ts_init function - add ts_has_option function - removes some tailing white-spaces Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add support for fstab modificationKarel Zak2007-05-221-5/+6
| | | | | | The patch adds ts_fstab_add and ts_fstab_clean routines. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add ts_log and --verbose supportKarel Zak2007-05-181-12/+12
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: "if [...]" clean upKarel Zak2007-05-181-5/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: simplify devices usageKarel Zak2007-05-181-18/+6Star
| | | | | | | The patch simplifies devices usage in the tests. The patch also improves errors checking and reporting. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: code refactoring -- new ts_udev_loop_support functionKarel Zak2007-05-181-7/+3Star
| | | | | | | The patch moves generic and duplicated code to a new ts_udev_loop_support function. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: code refactoring -- new ts_skip_nonroot functionKarel Zak2007-05-181-5/+1Star
| | | | | | | The patch moves "if $UID != 0" test to a new function. That's better than duplicate the code on many places. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix dependence on blkidKarel Zak2007-05-181-4/+11
| | | | | | | The util-linux-ng tests have to be useful with blkid and also with volume_id. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add expected outputs for cramfsKarel Zak2007-02-271-4/+2Star
| | | | | | The patch aslo reduce number of files and dirs in mkfs.cramfs tests. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add mkfs.cramfs testsKarel Zak2007-02-271-0/+114
This test shows that actual mkfs.cramfs is ugly due MAXENTRIES (100) limit. Signed-off-by: Karel Zak <kzak@redhat.com>