summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-07-18 12:48:50 +0200
committerMichael Biebl <biebl@debian.org>2019-07-18 12:49:41 +0200
commitb333c4d101cf71fc0b54df6f48b4a0d763c243af (patch)
tree053b6cc1da3badfdc4557e4432ccec700416634e
parent6db904625d413739c480ddbe7667d3f40acc4ae0 (diff)
downloadsystemd-b333c4d101cf71fc0b54df6f48b4a0d763c243af.tar.gz
systemd-b333c4d101cf71fc0b54df6f48b4a0d763c243af.tar.bz2
systemd-b333c4d101cf71fc0b54df6f48b4a0d763c243af.zip
test: replace Makefile copy with a symlink for TEST-28-PERCENTJ-WANTEDBY
TEST-28-PERCENTJ-WANTEDBY/Makefile is identical to TEST-01-BASIC/Makefile so avoid duplication and use a symlink instead.
l---------[-rw-r--r--]test/TEST-28-PERCENTJ-WANTEDBY/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/TEST-28-PERCENTJ-WANTEDBY/Makefile b/test/TEST-28-PERCENTJ-WANTEDBY/Makefile
index 45e9bfc67c..e9f93b1104 100644..120000
--- a/test/TEST-28-PERCENTJ-WANTEDBY/Makefile
+++ b/test/TEST-28-PERCENTJ-WANTEDBY/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