remote-testgit: remove non-local functionality

This only makes sense for the python remote helpers framework. The tests
don't exercise any feature of transport helper. Remove them.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Felipe Contreras
2012-11-28 23:11:02 +01:00
committed by Junio C Hamano
parent fc407f9821
commit 984f37681c
2 changed files with 21 additions and 32 deletions

View File

@ -4,9 +4,6 @@
alias=$1
url=$2
# huh?
url="${url#file://}"
dir="$GIT_DIR/testgit/$alias"
prefix="refs/testgit/$alias"
refspec="refs/heads/*:${prefix}/heads/*"