summaryrefslogtreecommitdiffstats
path: root/tests/ts-ipcs-headers
Commit message (Collapse)AuthorAgeFilesLines
* tests: add license notices, change from gplv2-only to gplv2-or-laterKarel Zak2007-07-231-0/+15
| | | | | | | 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 ts_log and --verbose supportKarel Zak2007-05-181-5/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: "if [...]" clean upKarel Zak2007-05-181-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* ipcs: add regression test for output headersKarel Zak2007-01-041-0/+47
Signed-off-by: Karel Zak <kzak@redhat.com>