From: Michael Biebl Date: Thu, 18 Jul 2019 10:48:50 +0000 (+0200) Subject: test: replace Makefile copy with a symlink for TEST-28-PERCENTJ-WANTEDBY X-Git-Tag: v243-rc1~87^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13102%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/TEST-28-PERCENTJ-WANTEDBY/Makefile b/test/TEST-28-PERCENTJ-WANTEDBY/Makefile deleted file mode 100644 index 45e9bfc67cd..00000000000 --- a/test/TEST-28-PERCENTJ-WANTEDBY/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -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 diff --git a/test/TEST-28-PERCENTJ-WANTEDBY/Makefile b/test/TEST-28-PERCENTJ-WANTEDBY/Makefile new file mode 120000 index 00000000000..e9f93b1104c --- /dev/null +++ b/test/TEST-28-PERCENTJ-WANTEDBY/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile \ No newline at end of file