From b6f930576469052af87e96b549c37630b56aab93 Mon Sep 17 00:00:00 2001 From: Pete Wyckoff Date: Sun, 8 Apr 2012 20:18:00 -0400 Subject: git-p4: move to toplevel Move git-p4 out of contrib/fast-import into the main code base, aside other foreign SCM tools. Signed-off-by: Pete Wyckoff Signed-off-by: Junio C Hamano --- t/lib-git-p4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/lib-git-p4.sh') diff --git a/t/lib-git-p4.sh b/t/lib-git-p4.sh index a870f9a5d2..49edaaec07 100644 --- a/t/lib-git-p4.sh +++ b/t/lib-git-p4.sh @@ -13,7 +13,7 @@ fi test_done } -GITP4="$GIT_BUILD_DIR/contrib/fast-import/git-p4" +GITP4="$GIT_BUILD_DIR/git-p4" # Try to pick a unique port: guess a large number, then hope # no more than one of each test is running. -- cgit v1.2.1