t5520: remove redundant lines in test cases
commitc245e58bb6a76e807f46b312e9a4edb2ff76f2b6
authorDenton Liu <liu.denton@gmail.com>
Tue, 12 Nov 2019 23:08:14 +0000 (12 15:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Nov 2019 00:41:51 +0000 (21 09:41 +0900)
tree05b93df1e298eb292194d5a27ea20b7f7612c047
parenta1a64fdd0aa6e3fd450c06885f30225ebea6b74f
t5520: remove redundant lines in test cases

In the previous patches, the mechanical application of changes left some
duplicate statements in the test case which were not strictly incorrect
but were redundant and possibly misleading. Remove these duplicate
statements so that it is clear that the intent behind the tests are that
the content of the file stays the same throughout the whole test case.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5520-pull.sh