X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3200-branch.sh;h=d59a9b4aef5fc53e42ec95a3b96a18fb67aa82cb;hb=c216830f3828ae54c956a06fa6e4fdf212eecec1;hp=1b1e9ece572b68d5a415458c799690c06ddd3695;hpb=197cf8d59c0109f486ed6b56512b3c54ea44dccd;p=git.git diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 1b1e9ece5..d59a9b4ae 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -121,7 +121,7 @@ test_expect_success 'renaming a symref is not allowed' \ ! test -f .git/refs/heads/master3 ' -test_expect_success \ +test_expect_success SYMLINKS \ 'git branch -m u v should fail when the reflog for u is a symlink' ' git branch -l u && mv .git/logs/refs/heads/u real-u &&