aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9fe0f8e0..4995dddc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -284,7 +284,7 @@ doc/refman.pdf: doc
test: $(PROGRAMS) fish_tests
./fish_tests
- cd tests; ../fish <test.fish;
+ cd tests; ../fish -c 'set -x fish_function_path "$$PWD"/../share/functions dummy; source' <test.fish;
.PHONY: test