X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3200-branch.sh;h=d59a9b4aef5fc53e42ec95a3b96a18fb67aa82cb;hb=c9a88deede2e3438a70be7df233678d6a0fece74;hp=1b1e9ece572b68d5a415458c799690c06ddd3695;hpb=cb365a7a564152662e3f9c5b9a92e37aaf726ed9;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 &&