From: Evgeny Vereshchagin Date: Thu, 23 Nov 2017 12:28:12 +0000 (+0300) Subject: tests: install `test` as part of BASICTOOLS (#7434) X-Git-Tag: v236~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71050acb68d2a86c823d561f83683c063b1a99a3;p=thirdparty%2Fsystemd.git tests: install `test` as part of BASICTOOLS (#7434) This makes TEST-19-DELEGATE, which is currently failing, work. Closes https://github.com/systemd/systemd/issues/7425. --- diff --git a/test/test-functions b/test/test-functions index 853ef5d312b..a2f82725d12 100644 --- a/test/test-functions +++ b/test/test-functions @@ -21,7 +21,7 @@ if ! ROOTLIBDIR=$(pkg-config --variable=systemdutildir systemd); then ROOTLIBDIR=/usr/lib/systemd fi -BASICTOOLS="sh bash setsid loadkeys setfont login sulogin gzip sleep echo mount umount cryptsetup date dmsetup modprobe sed cmp tee rm true false" +BASICTOOLS="test sh bash setsid loadkeys setfont login sulogin gzip sleep echo mount umount cryptsetup date dmsetup modprobe sed cmp tee rm true false" DEBUGTOOLS="df free ls stty cat ps ln ip route dmesg dhclient mkdir cp ping dhclient strace less grep id tty touch du sort hostname find" STATEDIR="${BUILD_DIR:-.}/test/$(basename $(dirname $(realpath $0)))"