X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1020-subdirectory.sh;h=210e594f6f3c83cc1b0c423a0f692380ff57176b;hb=06676213d206b7e1eb8f2eea16cca7239a5e0edc;hp=fc386ba033ac165a5f4a9fca0c6c6f5db49a314e;hpb=35d2f73b999636c93049b2d7bed1458bcf2f9648;p=git.git diff --git a/t/t1020-subdirectory.sh b/t/t1020-subdirectory.sh index fc386ba03..210e594f6 100755 --- a/t/t1020-subdirectory.sh +++ b/t/t1020-subdirectory.sh @@ -126,7 +126,7 @@ test_expect_success 'no file/rev ambiguity check inside a bare repo' ' cd foo.git && git show -s HEAD ' -test_expect_success 'detection should not be fooled by a symlink' ' +test_expect_success SYMLINKS 'detection should not be fooled by a symlink' ' cd "$HERE" && rm -fr foo.git && git clone -s .git another &&