criss cross rename failure workaround

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Sixt
2009-09-16 16:06:53 +02:00
committed by Johannes Schindelin
parent 0c1cbec9ab
commit d77f2fa4ae

View File

@@ -14,8 +14,8 @@ create_file() {
test_expect_success 'setup' '
create_file file1 "File1 contents" &&
create_file file2 "File2 contents" &&
create_file file3 "File3 contents" &&
create_file file2 "File2 more contents" &&
create_file file3 "File3 even more contents" &&
git add file1 file2 file3 &&
git commit -m 1
'