summaryrefslogtreecommitdiff
path: root/test/TEST-41-ONESHOT-RESTART
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-01-03 18:00:03 +0100
committerRonny Chevalier <chevalier.ronny@gmail.com>2020-01-03 21:36:58 +0100
commitff963ea6ba8e99693e0a763165f3cc15274d5ed1 (patch)
tree110744e839bdc8f4d1704a2062896b71b1d5fb16 /test/TEST-41-ONESHOT-RESTART
parent097537f07a2fab3cb73aef7bc59f2a66aa93f533 (diff)
downloadsystemd-ff963ea6ba8e99693e0a763165f3cc15274d5ed1.tar.gz
test: use symlinks for Makefiles
for some reason the newer tests used file copyies instead of symlinks. let's fix that.
Diffstat (limited to 'test/TEST-41-ONESHOT-RESTART')
l---------[-rw-r--r--]test/TEST-41-ONESHOT-RESTART/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/TEST-41-ONESHOT-RESTART/Makefile b/test/TEST-41-ONESHOT-RESTART/Makefile
index 45e9bfc67c..e9f93b1104 100644..120000
--- a/test/TEST-41-ONESHOT-RESTART/Makefile
+++ b/test/TEST-41-ONESHOT-RESTART/Makefile
@@ -1,9 +1 @@
-BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-
-all setup run:
- @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
-
-clean clean-again:
- @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --clean
-
-.PHONY: all setup run clean clean-again
+../TEST-01-BASIC/Makefile \ No newline at end of file