diff options
author | Pete Wyckoff <pw@padd.com> | 2012-04-08 20:18:00 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-09 14:59:40 -0700 |
commit | b6f930576469052af87e96b549c37630b56aab93 (patch) | |
tree | a544a06b42479575fd794c3be5b27327762f8e3b /t/lib-git-p4.sh | |
parent | Git 1.7.10 (diff) | |
download | tgif-b6f930576469052af87e96b549c37630b56aab93.tar.xz |
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 <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-git-p4.sh')
-rw-r--r-- | t/lib-git-p4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |