]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (logger) check for socat
authorKarel Zak <kzak@redhat.com>
Thu, 14 Oct 2021 08:46:45 +0000 (10:46 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Oct 2021 08:47:06 +0000 (10:47 +0200)
Addresses: https://github.com/karelzak/util-linux/issues/1466
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/logger/errors

index 12f2f199e1658ce34569c1becb2a4661978e4d7b..f808099148480bd7de0ec1bf3117a6485b54e43f 100755 (executable)
@@ -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"