summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 0595d2e..16c34b4 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -6,5 +6,5 @@ all: $(patsubst %,_test_%,$(TESTS))
$(patsubst %,_test_%,$(TESTS)):
@test=$(patsubst _test_%,%,$@); \
echo "[$$test]" ; \
- export QUILTRC=test.quiltrc ; \
+ export QUILTRC=$(CURDIR)/test.quiltrc ; \
./run $$test