]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9133-git-svn-nested-git-repo.sh
t: convert tests to not access symrefs via the filesystem
[thirdparty/git.git] / t / t9133-git-svn-nested-git-repo.sh
index d8d536269cf73d64d9d2df593667c17c826479c5..8ca24670acb5a9280a163b11682e9a0dd52eaaa5 100755 (executable)
@@ -11,7 +11,7 @@ test_expect_success 'setup repo with a git repo inside it' '
        (
                cd s &&
                git init &&
-               test -f .git/HEAD &&
+               git symbolic-ref HEAD &&
                > .git/a &&
                echo a > a &&
                svn_cmd add .git a &&