t4060: remove unused variable
Signed-off-by: David Turner <dturner@twosigma.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
ebf3c04b26
commit
4577d26dc0
|
@ -361,7 +361,6 @@ test_expect_success 'typechanged submodule(submodule->blob)' '
|
||||||
rm -f sm1 &&
|
rm -f sm1 &&
|
||||||
test_create_repo sm1 &&
|
test_create_repo sm1 &&
|
||||||
head6=$(add_file sm1 foo6 foo7)
|
head6=$(add_file sm1 foo6 foo7)
|
||||||
fullhead6=$(cd sm1; git rev-parse --verify HEAD)
|
|
||||||
test_expect_success 'nonexistent commit' '
|
test_expect_success 'nonexistent commit' '
|
||||||
git diff-index -p --submodule=diff HEAD >actual &&
|
git diff-index -p --submodule=diff HEAD >actual &&
|
||||||
cat >expected <<-EOF &&
|
cat >expected <<-EOF &&
|
||||||
|
|
Loading…
Reference in New Issue