summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:09:01 +0100
committerKarel Zak2013-01-25 10:09:35 +0100
commite3593244f3393fcc80cbcab7f3e46f5e93437914 (patch)
tree870d84cb318a645c3729ecb0b5606d9a2e1bca72 /tests/commands.sh
parenttests: add line(1) check (diff)
downloadkernel-qcow2-util-linux-e3593244f3393fcc80cbcab7f3e46f5e93437914.tar.gz
kernel-qcow2-util-linux-e3593244f3393fcc80cbcab7f3e46f5e93437914.tar.xz
kernel-qcow2-util-linux-e3593244f3393fcc80cbcab7f3e46f5e93437914.zip
tests: add dmesg(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 5f4c67bff..906721e46 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -75,3 +75,4 @@ TS_CMD_UL=${TS_CMD_UL-"$top_builddir/ul"}
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"}