From 85baeec1c5362aa43764363c17b86e076dc9384f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 14 Oct 2021 10:46:45 +0200 Subject: [PATCH] tests: (logger) check for socat Addresses: https://github.com/karelzak/util-linux/issues/1466 Signed-off-by: Karel Zak --- tests/ts/logger/errors | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ts/logger/errors b/tests/ts/logger/errors index 12f2f199e1..f808099148 100755 --- a/tests/ts/logger/errors +++ b/tests/ts/logger/errors @@ -24,6 +24,8 @@ TS_DESC="errors" ts_init "$*" ts_check_test_command "$TS_HELPER_LOGGER" +ts_check_prog "socat" +ts_check_prog "mktemp" export TZ="GMT" export LOGGER_TEST_TIMEOFDAY="1234567890.123456" -- 2.47.2