t5520: ensure consistent test conditions
commiteff960b3afc70cb936dbf133e8c60d397d8069ac
authorMehul Jain <mehul.jain2029@gmail.com>
Sat, 2 Apr 2016 17:58:27 +0000 (2 23:28 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Apr 2016 18:07:33 +0000 (4 11:07 -0700)
tree1bf5ad6f9643498a497bd03722e63b5aa0e3d4fd
parentefa195d5b3ab69b419d16b1882e8e1c0537186f5
t5520: ensure consistent test conditions

Test title says that tests are done with rebase.autostash unset,
but does not take any action to make sure that it is indeed unset.
This may lead to test failure if future changes somehow pollutes
the configuration globally.

Ensure consistent test conditions by explicitly unsetting
rebase.autostash.

Signed-off-by: Mehul Jain <mehul.jain2029@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5520-pull.sh