summaryrefslogtreecommitdiffstats
path: root/tests/ts/ipcs/mk-rm-sem
Commit message (Collapse)AuthorAgeFilesLines
* tests: add basic test case for ipcs -s -i nRuediger Meier2014-03-131-1/+3
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: quote generated arguments for ipcrmRuediger Meier2014-03-131-2/+2
| | | | | | | | In case that awk fails to parse out the right id the next ipc command will give us a clear error message instead of telling us to use correct syntax. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: check commands needed for running a test existSami Kerola2014-03-071-0/+4
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: avoid executing dirname(1) commandSami Kerola2014-02-171-1/+1
| | | | | | Bash parameter expansion does the same thing. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add ipcmk(1) and ipcrm(1) checksSami Kerola2013-01-251-0/+36
Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>