aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 20:08:00 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 20:08:00 +0200
commit89ccc2b233822409c7f104facac9d3293252eea4 (patch)
treeae65b1b970803c0e51be8f1322e68656f11bd546 /Makefile
parentrealpath -> readlink (diff)
downloadconfig-links-89ccc2b233822409c7f104facac9d3293252eea4.tar.gz
config-links-89ccc2b233822409c7f104facac9d3293252eea4.zip
test: shuffle files around
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 054e75b..56340ea 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ test/all: test/local test/docker
.PHONY: test/local
test/local:
- ./test/unit/test.sh
+ ./test/local/test.sh
test/docker/%: DO
cd test && \