summaryrefslogtreecommitdiffstats
path: root/tests/ts-look-separator
Commit message (Collapse)AuthorAgeFilesLines
* 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 ts_log and --verbose supportKarel Zak2007-05-181-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: "if [...]" clean upKarel Zak2007-05-181-6/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: code refactoring -- new ts_skip_nonroot functionKarel Zak2007-05-181-1/+1
| | | | | | | 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: add look test for words with separatorKarel Zak2007-03-061-0/+32
$ look apple-pie Signed-off-by: Karel Zak <kzak@redhat.com>