tests: use "git xyzzy" form (t3600 - t6999)
Converts tests between t3600-t6300. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
0cb0e143ff
commit
3604e7c5c6
@ -61,7 +61,7 @@ test_expect_success 'apply detecting corrupt patch correctly' \
|
||||
detected=`sed -ne "${detected}p" broken` &&
|
||||
test "$detected" = xCIT'
|
||||
|
||||
test_expect_success 'initial commit' 'git-commit -a -m initial'
|
||||
test_expect_success 'initial commit' 'git commit -a -m initial'
|
||||
|
||||
# Try removal (b), modification (d), and creation (e).
|
||||
test_expect_success 'diff-index with --binary' \
|
||||
@ -72,7 +72,7 @@ test_expect_success 'diff-index with --binary' \
|
||||
git apply --stat --summary current'
|
||||
|
||||
test_expect_success 'apply binary patch' \
|
||||
'git-reset --hard &&
|
||||
'git reset --hard &&
|
||||
git apply --binary --index <current &&
|
||||
tree1=`git write-tree` &&
|
||||
test "$tree1" = "$tree0"'
|
||||
|
Reference in New Issue
Block a user