summaryrefslogtreecommitdiffstats
path: root/tests/ts-fstab-uuid2label
Commit message (Collapse)AuthorAgeFilesLines
* tests: add license notices, change from gplv2-only to gplv2-or-laterKarel Zak2007-07-231-6/+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 mount by uuid with label in fstabKarel Zak2007-05-301-0/+75
Signed-off-by: Karel Zak <kzak@redhat.com>