]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: install `test` as part of BASICTOOLS (#7434)
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 23 Nov 2017 12:28:12 +0000 (15:28 +0300)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 Nov 2017 12:28:12 +0000 (13:28 +0100)
This makes TEST-19-DELEGATE, which is currently failing, work.

Closes https://github.com/systemd/systemd/issues/7425.

test/test-functions

index 853ef5d312b83a3fa417a9aa6343509dd0ef5ca8..a2f82725d129a64ca364ab2b6ac44a411fb745c6 100644 (file)
@@ -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)))"