Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix setting config variables with an alternative GIT_CONFIG
[gitweb.git]
/
t
/
Makefile
diff --git
a/t/Makefile
b/t/Makefile
index 549598575b9fdcefe857ddef1b6d980a9773b033..632c55f6d5d66c8e39e213284e163a23b32c2260 100644
(file)
--- a/
t/Makefile
+++ b/
t/Makefile
@@
-19,7
+19,7
@@
endif
all: $(T) clean
$(T):
- @echo "*** $@ ***"; '$(SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)
+ @echo "*** $@ ***";
GIT_CONFIG=.git/config
'$(SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)
clean:
rm -fr trash