diff options
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. |