summaryrefslogtreecommitdiff
path: root/test/TEST-13-NSPAWN-SMOKE
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-13-NSPAWN-SMOKE
parent5424824adf79f079b7f60c187c88d2811cb3248d (diff)
test: make sure "make" in the test directories works again
Fixes: #7648
Diffstat (limited to 'test/TEST-13-NSPAWN-SMOKE')
-rw-r--r--test/TEST-13-NSPAWN-SMOKE/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-13-NSPAWN-SMOKE/Makefile b/test/TEST-13-NSPAWN-SMOKE/Makefile
index ddcbbc302f..7d74b1343a 100644
--- a/test/TEST-13-NSPAWN-SMOKE/Makefile
+++ b/test/TEST-13-NSPAWN-SMOKE/Makefile
@@ -1,4 +1,4 @@
-BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
+BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
all setup run:
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@