commit 68f7219f21c64aa4d1816f9c2ab454d90634666c parent c9391d42e995a718a999fa42b9ee16de6f6b1442 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Thu, 26 Sep 2019 15:27:08 +0200 [test/ar] Fix ar test Makefile This test was still using old path definitions. Diffstat:
| M | tests/ar/execute/Makefile | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/ar/execute/Makefile b/tests/ar/execute/Makefile @@ -1,7 +1,6 @@ .POSIX: -PROJECTDIR=$$PWD/../../../ -ROOT=$(PROJECTDIR)/root +ROOT=../../.. all: tests