diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2017-11-23 15:28:12 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-11-23 13:28:12 +0100 |
commit | 71050acb68d2a86c823d561f83683c063b1a99a3 (patch) | |
tree | 865b1753597448810524f4d854b657bbbc997bfe /test/test-functions | |
parent | core/manager: check the existance of the special units (#7433) (diff) | |
download | systemd-71050acb68d2a86c823d561f83683c063b1a99a3.tar.gz systemd-71050acb68d2a86c823d561f83683c063b1a99a3.tar.bz2 systemd-71050acb68d2a86c823d561f83683c063b1a99a3.zip |
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.
Diffstat (limited to 'test/test-functions')
-rw-r--r-- | test/test-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions index 853ef5d31..a2f82725d 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)))" |