summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-07-26 14:29:59 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-07-26 14:29:59 -0400
commit40c6f6bf314fd1b53968a3b2f88d3b633d9a66b9 (patch)
treee09e610e673d88566f1738e32fb6ef0339f4909f
parent2af536e72f975da365ab93c2ab3bf1e0525a352a (diff)
test/: Symlink together duplicate Makefiles
Most of the test/TEST-??-*/Makefile's are symlinked together. However, there are a few duplicates that aren't. Go ahead and symlink those together, so it's easier to tell which ones are different.
l---------[-rw-r--r--]test/TEST-17-UDEV-WANTS/Makefile5
l---------[-rw-r--r--]test/TEST-18-FAILUREACTION/Makefile5
l---------[-rw-r--r--]test/TEST-19-DELEGATE/Makefile5
l---------[-rw-r--r--]test/TEST-20-MAINPIDGAMES/Makefile5
l---------[-rw-r--r--]test/TEST-21-SYSUSERS/Makefile5
l---------[-rw-r--r--]test/TEST-22-TMPFILES/Makefile5
6 files changed, 6 insertions, 24 deletions
diff --git a/test/TEST-17-UDEV-WANTS/Makefile b/test/TEST-17-UDEV-WANTS/Makefile
index 34d7cc6cdf..e9f93b1104 100644..120000
--- a/test/TEST-17-UDEV-WANTS/Makefile
+++ b/test/TEST-17-UDEV-WANTS/Makefile
@@ -1,4 +1 @@
-BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-
-all setup clean run:
- @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
+../TEST-01-BASIC/Makefile \ No newline at end of file
diff --git a/test/TEST-18-FAILUREACTION/Makefile b/test/TEST-18-FAILUREACTION/Makefile
index 34d7cc6cdf..e9f93b1104 100644..120000
--- a/test/TEST-18-FAILUREACTION/Makefile
+++ b/test/TEST-18-FAILUREACTION/Makefile
@@ -1,4 +1 @@
-BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-
-all setup clean run:
- @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
+../TEST-01-BASIC/Makefile \ No newline at end of file
diff --git a/test/TEST-19-DELEGATE/Makefile b/test/TEST-19-DELEGATE/Makefile
index 34d7cc6cdf..e9f93b1104 100644..120000
--- a/test/TEST-19-DELEGATE/Makefile
+++ b/test/TEST-19-DELEGATE/Makefile
@@ -1,4 +1 @@
-BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-
-all setup clean run:
- @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
+../TEST-01-BASIC/Makefile \ No newline at end of file
diff --git a/test/TEST-20-MAINPIDGAMES/Makefile b/test/TEST-20-MAINPIDGAMES/Makefile
index 34d7cc6cdf..e9f93b1104 100644..120000
--- a/test/TEST-20-MAINPIDGAMES/Makefile
+++ b/test/TEST-20-MAINPIDGAMES/Makefile
@@ -1,4 +1 @@
-BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-
-all setup clean run:
- @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
+../TEST-01-BASIC/Makefile \ No newline at end of file
diff --git a/test/TEST-21-SYSUSERS/Makefile b/test/TEST-21-SYSUSERS/Makefile
index 34d7cc6cdf..e9f93b1104 100644..120000
--- a/test/TEST-21-SYSUSERS/Makefile
+++ b/test/TEST-21-SYSUSERS/Makefile
@@ -1,4 +1 @@
-BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-
-all setup clean run:
- @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
+../TEST-01-BASIC/Makefile \ No newline at end of file
diff --git a/test/TEST-22-TMPFILES/Makefile b/test/TEST-22-TMPFILES/Makefile
index 34d7cc6cdf..e9f93b1104 100644..120000
--- a/test/TEST-22-TMPFILES/Makefile
+++ b/test/TEST-22-TMPFILES/Makefile
@@ -1,4 +1 @@
-BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-
-all setup clean run:
- @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
+../TEST-01-BASIC/Makefile \ No newline at end of file