mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Fix make test to use local functions
When running `make test` we want to use the local function definitions, not the ones installed on the system. The system config.fish will still insert the system definitions at the end, but at least ours will take precedence.
This commit is contained 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user