summaryrefslogtreecommitdiff
path: root/test/TEST-18-FAILUREACTION
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-12-15 19:47:16 +0100
committerLennart Poettering <lennart@poettering.net>2017-12-15 19:48:08 +0100
commit3d710b0440a1dc4dfd4c7e4fb1875744304b08a4 (patch)
tree6fa6c3c9430abcdbdb0966aaba4b21d15a1ff4f3 /test/TEST-18-FAILUREACTION
parent5424824adf79f079b7f60c187c88d2811cb3248d (diff)
downloadsystemd-3d710b0440a1dc4dfd4c7e4fb1875744304b08a4.tar.gz
test: make sure "make" in the test directories works again
Fixes: #7648
Diffstat (limited to 'test/TEST-18-FAILUREACTION')
-rw-r--r--test/TEST-18-FAILUREACTION/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-18-FAILUREACTION/Makefile b/test/TEST-18-FAILUREACTION/Makefile
index 3a212a07a9..34d7cc6cdf 100644
--- a/test/TEST-18-FAILUREACTION/Makefile
+++ b/test/TEST-18-FAILUREACTION/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 --$@