From: Karel Zak Date: Thu, 14 Oct 2021 08:46:45 +0000 (+0200) Subject: tests: (logger) check for socat X-Git-Tag: v2.38-rc1~226 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85baeec1c5362aa43764363c17b86e076dc9384f;p=thirdparty%2Futil-linux.git tests: (logger) check for socat Addresses: https://github.com/karelzak/util-linux/issues/1466 Signed-off-by: Karel Zak --- 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"