summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2014-04-09 22:13:51 +0200
committerSami Kerola2014-04-26 20:04:56 +0200
commitd39182c1e0a043a55832939d3a5ae0055cdc818f (patch)
treefad1212509c5978845f2f2d3403046a4d346b760 /tests/commands.sh
parenttests: add signal receiver program (diff)
downloadkernel-qcow2-util-linux-d39182c1e0a043a55832939d3a5ae0055cdc818f.tar.gz
kernel-qcow2-util-linux-d39182c1e0a043a55832939d3a5ae0055cdc818f.tar.xz
kernel-qcow2-util-linux-d39182c1e0a043a55832939d3a5ae0055cdc818f.zip
tests: check kill is converting signals names correctly
CC: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 0c8cfc946..33bb1ab94 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -48,6 +48,7 @@ TS_CMD_IPCMK=${TS_CMD_IPCMK-"$top_builddir/ipcmk"}
TS_CMD_IPCRM=${TS_CMD_IPCRM-"$top_builddir/ipcrm"}
TS_CMD_IPCS=${TS_CMD_IPCS:-"$top_builddir/ipcs"}
TS_CMD_ISOSIZE=${TS_CMD_ISOSIZE-"$top_builddir/isosize"}
+TS_CMD_KILL=${TS_CMD_KILL-"$top_builddir/kill"}
TS_CMD_LAST=${TS_CMD_LAST-"$top_builddir/last"}
TS_CMD_LINE=${TS_CMD_LINE-"$top_builddir/line"}
TS_CMD_LOOK=${TS_CMD_LOOK-"$top_builddir/look"}