projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tests: make forging GPG signed commits and tags more robust
[git]
/
t
/
t2027-worktree-list.sh
diff --git
a/t/t2027-worktree-list.sh
b/t/t2027-worktree-list.sh
index
720063b
..
bb6fb9b
100755
(executable)
--- a/
t/t2027-worktree-list.sh
+++ b/
t/t2027-worktree-list.sh
@@
-116,7
+116,7
@@
test_expect_success 'broken main worktree still at the top' '
git worktree add linked &&
cat >expected <<-EOF &&
worktree $(pwd)
- HEAD $
_z40
+ HEAD $
ZERO_OID
EOF
cd linked &&