summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-07-19 13:22:24 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-07-19 13:22:24 -0700
commit36cafe44443fcca9eb35399ef0e9bfe289ec5dde (patch)
tree527ffefe09206951887018da7c3d8b102bc3830b /t
parentMerge branch 'js/am-call-theirs-theirs-in-fallback-3way' (diff)
parentgit-p4: place temporary refs used for branch import under refs/git-p4-tmp (diff)
downloadtgif-36cafe44443fcca9eb35399ef0e9bfe289ec5dde.tar.xz
Merge branch 'ls/p4-tmp-refs'
"git p4" used a location outside $GIT_DIR/refs/ to place its temporary branches, which has been moved to refs/git-p4-tmp/. * ls/p4-tmp-refs: git-p4: place temporary refs used for branch import under refs/git-p4-tmp
Diffstat (limited to 't')
-rwxr-xr-xt/t9801-git-p4-branch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9801-git-p4-branch.sh b/t/t9801-git-p4-branch.sh
index 0aafd03334..6a86d6996b 100755
--- a/t/t9801-git-p4-branch.sh
+++ b/t/t9801-git-p4-branch.sh
@@ -300,7 +300,7 @@ test_expect_success 'git p4 clone complex branches' '
test_path_is_file file2 &&
test_path_is_file file3 &&
! grep update file2 &&
- test_path_is_missing .git/git-p4-tmp
+ test_must_fail git show-ref --verify refs/git-p4-tmp
)
'
@@ -352,7 +352,7 @@ test_expect_success 'git p4 sync changes to two branches in the same changelist'
test_path_is_file file2 &&
test_path_is_file file3 &&
! grep update file2 &&
- test_path_is_missing .git/git-p4-tmp
+ test_must_fail git show-ref --verify refs/git-p4-tmp
)
'