diff options
Diffstat (limited to 't/t9133-git-svn-nested-git-repo.sh')
-rwxr-xr-x | t/t9133-git-svn-nested-git-repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9133-git-svn-nested-git-repo.sh b/t/t9133-git-svn-nested-git-repo.sh index d8d5362..8ca2467 100755 --- a/t/t9133-git-svn-nested-git-repo.sh +++ b/t/t9133-git-svn-nested-git-repo.sh @@ -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 && |