summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:09:10 +0100
committerKarel Zak2013-01-25 10:49:32 +0100
commit3b0fa2fa22d5f04b3d50de7d549b81da73a4063b (patch)
treef42dfca8b743afad8f1493d837c173508d0026df /tests/commands.sh
parentdmesg: parse level when --color is used (diff)
downloadkernel-qcow2-util-linux-3b0fa2fa22d5f04b3d50de7d549b81da73a4063b.tar.gz
kernel-qcow2-util-linux-3b0fa2fa22d5f04b3d50de7d549b81da73a4063b.tar.xz
kernel-qcow2-util-linux-3b0fa2fa22d5f04b3d50de7d549b81da73a4063b.zip
tests: add ipcmk(1) and ipcrm(1) checks
Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 62c62f4c0..8623e65fc 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -81,3 +81,5 @@ TS_CMD_SETARCH=${TS_CMD_SETARCH-"$top_builddir/setarch"}
TS_CMD_FALLOCATE=${TS_CMD_FALLOCATE-"$top_builddir/fallocate"}
TS_CMD_ISOSIZE=${TS_CMD_ISOSIZE-"$top_builddir/isosize"}
TS_CMD_WHEREIS=${TS_CMD_WHEREIS-"$top_builddir/whereis"}
+TS_CMD_IPCMK=${TS_CMD_IPCMK-"$top_builddir/ipcmk"}
+TS_CMD_IPCRM=${TS_CMD_IPCRM-"$top_builddir/ipcrm"}