X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1300-repo-config.sh;h=43ea283242c4afc25e53d4a8c894140793649717;hb=a162e78df082d4f885bda2e51067d9788a7f65e4;hp=9c81e041b9f688ebeffacce06b3ff94e153bb9b2;hpb=de2e3b04cd70a22016561547530f980c66807641;p=git.git diff --git a/t/t1300-repo-config.sh b/t/t1300-repo-config.sh index 9c81e041b..43ea28324 100755 --- a/t/t1300-repo-config.sh +++ b/t/t1300-repo-config.sh @@ -733,7 +733,7 @@ echo >>result test_expect_success '--null --get-regexp' 'cmp result expect' -test_expect_success 'symlinked configuration' ' +test_expect_success SYMLINKS 'symlinked configuration' ' ln -s notyet myconfig && GIT_CONFIG=myconfig git config test.frotz nitfol &&