Skip to content

Commit 2e2c3ab

Browse files
committed
fix broken test
1 parent 519c43f commit 2e2c3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1400-update-ref.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,7 @@ do
21892189
git update-ref refs/heads/ref2 $head &&
21902190
21912191
format_command $type "update refs/heads/ref1" "$old_head" "$head" >stdin &&
2192-
format_command $type "symref-update refs/heads/ref2" "$old_head" "ref" "refs/heads/nonexistent" >>stdin &&
2192+
format_command $type "symref-update refs/heads/ref2" "refs/heads/new" "ref" "refs/heads/nonexistent" >>stdin &&
21932193
git update-ref $type --no-deref --stdin --batch-updates <stdin >stdout &&
21942194
echo $old_head >expect &&
21952195
git rev-parse refs/heads/ref1 >actual &&

0 commit comments

Comments
 (0)