Skip to content

Commit 3f59a18

Browse files
committed
fixup! t9350: point out that refs are not updated correctly
Maybe we should do something about that in the remote-testgit tests... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent daa3b4a commit 3f59a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t9350-fast-export.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ from $(git rev-parse main)
794794
795795
EOF
796796

797-
test_expect_failure 'refs are updated even if no commits need to be exported' '
798-
git fast-export main..main > actual &&
797+
test_expect_success 'refs are updated even if no commits need to be exported' '
798+
git fast-export --reference-excluded-parents main..main > actual &&
799799
test_cmp expected actual
800800
'
801801

0 commit comments

Comments
 (0)