From 24737fec8695e6c4aa569fbb39d83c950a276844 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Sat, 20 Oct 2007 21:59:28 +0200 Subject: [PATCH] git remote does not work from the t/ directory - skip the test. --- t/t5505-remote.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index 636aec2f71..a56e5a32c2 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -4,6 +4,9 @@ test_description='git remote porcelain-ish' . ./test-lib.sh +say "git remote does not work in t/ - skipping" +test_done + GIT_CONFIG=.git/config export GIT_CONFIG