summaryrefslogtreecommitdiff
path: root/t/t2105-update-index-gitfile.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t2105-update-index-gitfile.sh')
-rwxr-xr-xt/t2105-update-index-gitfile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2105-update-index-gitfile.sh b/t/t2105-update-index-gitfile.sh
index 641607d..a7f3d47 100755
--- a/t/t2105-update-index-gitfile.sh
+++ b/t/t2105-update-index-gitfile.sh
@@ -13,7 +13,7 @@ test_expect_success 'submodule with absolute .git file' '
(cd sub1 &&
git init &&
REAL="$(pwd)/.real" &&
- mv .git "$REAL"
+ mv .git "$REAL" &&
echo "gitdir: $REAL" >.git &&
test_commit first)
'