Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t3206-range-diff.sh: cover single-patch case
[gitweb.git]
/
t
/
t5605-clone-local.sh
diff --git
a/t/t5605-clone-local.sh
b/t/t5605-clone-local.sh
index 3c087e907c4fbe6d8a05854f1d1051a9f9afec7c..af23419ebfc15dc94fd3fa631ea72016ccf2104b 100755
(executable)
--- a/
t/t5605-clone-local.sh
+++ b/
t/t5605-clone-local.sh
@@
-94,7
+94,7
@@
test_expect_success 'clone empty repository' '
git config receive.denyCurrentBranch warn) &&
git clone empty empty-clone &&
test_tick &&
- (cd empty-clone
+ (cd empty-clone
&&
echo "content" >> foo &&
git add foo &&
git commit -m "Initial commit" &&