summaryrefslogtreecommitdiffstats
path: root/tests/ts/dmesg/console-levels
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts/dmesg/console-levels')
-rwxr-xr-xtests/ts/dmesg/console-levels2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ts/dmesg/console-levels b/tests/ts/dmesg/console-levels
index 7f21d9ab4..14c69c980 100755
--- a/tests/ts/dmesg/console-levels
+++ b/tests/ts/dmesg/console-levels
@@ -18,6 +18,8 @@ TS_DESC="levels"
. $TS_TOPDIR/functions.sh
ts_init "$*"
+ts_check_test_command "$TS_CMD_DMESG"
+
for I in {-1..8}; do
$TS_CMD_DMESG -F $TS_SELF/input -l $I >> $TS_OUTPUT 2>/dev/null
done