aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5801/git-remote-testgit
diff options
context:
space:
mode:
Diffstat (limited to 't/t5801/git-remote-testgit')
-rwxr-xr-xt/t5801/git-remote-testgit5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t5801/git-remote-testgit b/t/t5801/git-remote-testgit
index 1544d6dc6b..bcfb358c51 100755
--- a/t/t5801/git-remote-testgit
+++ b/t/t5801/git-remote-testgit
@@ -12,6 +12,11 @@ url=$2
dir="$GIT_DIR/testgit/$alias"
+if ! git rev-parse --is-inside-git-dir
+then
+ exit 1
+fi
+
h_refspec="refs/heads/*:refs/testgit/$alias/heads/*"
t_refspec="refs/tags/*:refs/testgit/$alias/tags/*"