tests: make forging GPG signed commits and tags more robust
[git] / t / t2027-worktree-list.sh
index 720063b..bb6fb9b 100755 (executable)
@@ -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 &&