aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9133-git-svn-nested-git-repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9133-git-svn-nested-git-repo.sh')
-rwxr-xr-xt/t9133-git-svn-nested-git-repo.sh2
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 d8d536269c..8ca24670ac 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 &&