summaryrefslogtreecommitdiff
path: root/t/t5603-clone-dirname.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5603-clone-dirname.sh')
-rwxr-xr-xt/t5603-clone-dirname.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t5603-clone-dirname.sh b/t/t5603-clone-dirname.sh
index d5af758..13b5e5e 100755
--- a/t/t5603-clone-dirname.sh
+++ b/t/t5603-clone-dirname.sh
@@ -11,7 +11,9 @@ test_expect_success 'setup ssh wrapper' '
git upload-pack "$TRASH_DIRECTORY"
EOF
GIT_SSH="$TRASH_DIRECTORY/ssh-wrapper" &&
+ GIT_SSH_VARIANT=ssh &&
export GIT_SSH &&
+ export GIT_SSH_VARIANT &&
export TRASH_DIRECTORY
'