diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 20:08:00 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 20:08:00 +0200 |
commit | 89ccc2b233822409c7f104facac9d3293252eea4 (patch) | |
tree | ae65b1b970803c0e51be8f1322e68656f11bd546 /Makefile | |
parent | realpath -> readlink (diff) | |
download | config-links-89ccc2b233822409c7f104facac9d3293252eea4.tar.gz config-links-89ccc2b233822409c7f104facac9d3293252eea4.zip |
test: shuffle files around
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && \ |