summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:09:03 +0100
committerKarel Zak2013-01-25 10:09:36 +0100
commitee65de0b079750b90dfbec843bd6a386db3aaf56 (patch)
tree8679aaf1db94befd3a0a05e1d8d014573aa64cf5 /tests/commands.sh
parentdmesg: add boundary check to facility & level array usage (diff)
downloadkernel-qcow2-util-linux-ee65de0b079750b90dfbec843bd6a386db3aaf56.tar.gz
kernel-qcow2-util-linux-ee65de0b079750b90dfbec843bd6a386db3aaf56.tar.xz
kernel-qcow2-util-linux-ee65de0b079750b90dfbec843bd6a386db3aaf56.zip
tests: add setsid(1) 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 906721e46..0fec88647 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -76,3 +76,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"}