]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9130-git-svn-authors-file.sh
t: prefer "git config --file" to GIT_CONFIG
[thirdparty/git.git] / t / t9130-git-svn-authors-file.sh
index a8127837981d164d9eec8c9b80d8683d92bedba1..c44de267a1c0e2546eb06c3607d2daef41a6a330 100755 (executable)
@@ -67,7 +67,7 @@ test_expect_success 'fetch fails on ee' '
        '
 
 tmp_config_get () {
-       GIT_CONFIG=.git/svn/.metadata git config --get "$1"
+       git config --file=.git/svn/.metadata --get "$1"
 }
 
 test_expect_success 'failure happened without negative side effects' '