From: Franck Bui Date: Wed, 22 Sep 2021 07:04:52 +0000 (+0200) Subject: test: wc is needed by test/units/testsuite-50.sh X-Git-Tag: v250-rc1~638^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20806%2Fhead;p=thirdparty%2Fsystemd.git test: wc is needed by test/units/testsuite-50.sh --- diff --git a/test/test-functions b/test/test-functions index 65bc19f77b5..12592e5c61d 100644 --- a/test/test-functions +++ b/test/test-functions @@ -190,6 +190,7 @@ BASICTOOLS=( umount uname unshare + wc xargs xzcat )