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