summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd33bfc..94227d7 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ compile-i18n:
# run testcases
.PHONY: check
check:
- @export TALER_CONFIG_FILE=@abs_srcdir@/talerbackoffice/tests.conf; \
+ @export TALER_CONFIG_FILE=talerbackoffice/tests.conf; \
export BACKOFFICE_BACKEND="http://backend.example.com/"; \
export BACKOFFICE_INSTANCES="MusicShop"; python3 setup.py test