Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: support pushing HEAD to real branch name
[gitweb.git]
/
t
/
t5600-clone-fail-cleanup.sh
diff --git
a/t/t5600-clone-fail-cleanup.sh
b/t/t5600-clone-fail-cleanup.sh
index 041be04f5ceed683f2b4959b119cde4e055ed6e4..1776b377f3c787977b145980f05aa74da5038657 100755
(executable)
--- a/
t/t5600-clone-fail-cleanup.sh
+++ b/
t/t5600-clone-fail-cleanup.sh
@@
-36,7
+36,7
@@
test_expect_success \
'git-clone foo bar'
test_expect_success \
- 'successful
l
clone must leave the directory' \
+ 'successful clone must leave the directory' \
'cd bar'
test_done