summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:09:04 +0100
committerKarel Zak2013-01-25 10:09:36 +0100
commitb74fe86e1d7c1d73903fbd81267dbc8ef3d2956b (patch)
treed4a7c8c066c8483643da6f6180f403a3adc26d89 /tests/commands.sh
parenttests: add setsid(1) check (diff)
downloadkernel-qcow2-util-linux-b74fe86e1d7c1d73903fbd81267dbc8ef3d2956b.tar.gz
kernel-qcow2-util-linux-b74fe86e1d7c1d73903fbd81267dbc8ef3d2956b.tar.xz
kernel-qcow2-util-linux-b74fe86e1d7c1d73903fbd81267dbc8ef3d2956b.zip
tests: add setarch(8) check
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 0fec88647..0a6c68aa4 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -77,3 +77,4 @@ TS_CMD_IONICE=${TS_CMD_IONICE-"$top_builddir/ionice"}
TS_CMD_LINE=${TS_CMD_LINE-"$top_builddir/line"}
TS_CMD_DMESG=${TS_CMD_DMESG-"$top_builddir/dmesg"}
TS_CMD_SETSID=${TS_CMD_SETSID-"$top_builddir/setsid"}
+TS_CMD_SETARCH=${TS_CMD_SETARCH-"$top_builddir/setarch"}