diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-12-15 19:47:16 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-12-15 19:48:08 +0100 |
commit | 3d710b0440a1dc4dfd4c7e4fb1875744304b08a4 (patch) | |
tree | 6fa6c3c9430abcdbdb0966aaba4b21d15a1ff4f3 /test/TEST-17-UDEV-WANTS | |
parent | Fix logical error in meson.build (#7658) (diff) | |
download | systemd-3d710b0440a1dc4dfd4c7e4fb1875744304b08a4.tar.xz systemd-3d710b0440a1dc4dfd4c7e4fb1875744304b08a4.zip |
test: make sure "make" in the test directories works again
Fixes: #7648
Diffstat (limited to 'test/TEST-17-UDEV-WANTS')
-rw-r--r-- | test/TEST-17-UDEV-WANTS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-17-UDEV-WANTS/Makefile b/test/TEST-17-UDEV-WANTS/Makefile index 3a212a07a9..34d7cc6cdf 100644 --- a/test/TEST-17-UDEV-WANTS/Makefile +++ b/test/TEST-17-UDEV-WANTS/Makefile @@ -1,4 +1,4 @@ -BUILD_DIR=$(exec ../../tools/find-build-dir.sh) +BUILD_DIR=$(shell ../../tools/find-build-dir.sh) all setup clean run: @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@ |