t5543-atomic-push.sh: add basic tests for atomic pushes
commitad35ecabea5e687a777478a8900716a0ea74247f
authorStefan Beller <sbeller@google.com>
Thu, 8 Jan 2015 03:23:24 +0000 (7 19:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2015 03:56:44 +0000 (7 19:56 -0800)
tree30825c62deba97cce46a8c71ab53e63d339b5832
parentd0e8e09cd8828b278a56d4ebfc52d662ff8038d8
t5543-atomic-push.sh: add basic tests for atomic pushes

This adds tests for the atomic push option.
The first four tests check if the atomic option works in
good conditions and the last three patches check if the atomic
option prevents any change to be pushed if just one ref cannot
be updated.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5543-atomic-push.sh [new file with mode: 0755]