t5600: fix outdated comment about unborn HEAD
[gitweb.git] / t / t5600-clone-fail-cleanup.sh
index 4435693bb2ca48d053003c87fccd8f8612d8b4a9..f23f92e5a731d06d9e6900ce3a5fef3f33bb4a63 100755 (executable)
@@ -22,7 +22,7 @@ test_expect_success \
 # Need a repo to clone
 test_create_repo foo
 
-# clone doesn't like it if there is no HEAD. Is that a bug?
+# create some objects so that we can corrupt the repo later
 (cd foo && touch file && git add file && git commit -m 'add file' >/dev/null 2>&1)
 
 # source repository given to git clone should be relative to the