Code

clone: add test for push on an empty clone.
[git.git] / t / t1300-repo-config.sh
index 9c81e041b9f688ebeffacce06b3ff94e153bb9b2..43ea283242c4afc25e53d4a8c894140793649717 100755 (executable)
@@ -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 &&