summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2015-03-23 00:05:28 +0100
committerKarel Zak2015-03-23 10:34:49 +0100
commit5fac518cefdba5c06829be187cefa3e904a7e1b3 (patch)
tree62686b68308c2ecd352d13303a19252db56629cf /tests/commands.sh
parenttests: add dmesg multiline message check (diff)
downloadkernel-qcow2-util-linux-5fac518cefdba5c06829be187cefa3e904a7e1b3.tar.gz
kernel-qcow2-util-linux-5fac518cefdba5c06829be187cefa3e904a7e1b3.tar.xz
kernel-qcow2-util-linux-5fac518cefdba5c06829be187cefa3e904a7e1b3.zip
tests: add test_dmesg that has fixed boot time
This allows testing time stamp formats. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 420feb9ae..e3ac43394 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -4,6 +4,7 @@ TS_TESTUSER=${TS_TESTUSER:-"nobody"}
# helpers
TS_HELPER_BYTESWAP="$top_builddir/test_byteswap"
TS_HELPER_CPUSET="$top_builddir/test_cpuset"
+TS_HELPER_DMESG="$top_builddir/test_dmesg"
TS_HELPER_ISLOCAL="$top_builddir/test_islocal"
TS_HELPER_ISMOUNTED="$top_builddir/test_ismounted"
TS_HELPER_LIBMOUNT_CONTEXT="$top_builddir/test_mount_context"
@@ -36,7 +37,6 @@ TS_CMD_CAL=${TS_CMD_CAL-"$top_builddir/cal"}
TS_CMD_COLRM=${TS_CMD_COLRM:-"$top_builddir/colrm"}
TS_CMD_COL=${TS_CMD_COL:-"$top_builddir/col"}
TS_CMD_COLUMN=${TS_CMD_COLUMN:-"$top_builddir/column"}
-TS_CMD_DMESG=${TS_CMD_DMESG-"$top_builddir/dmesg"}
TS_CMD_EJECT=${TS_CMD_EJECT-"$top_builddir/eject"}
TS_CMD_FALLOCATE=${TS_CMD_FALLOCATE-"$top_builddir/fallocate"}
TS_CMD_FDISK=${TS_CMD_FDISK-"$top_builddir/fdisk"}