t: add tests for pull --verify-signatures
authorHans Jerry Illikainen <hji@dyntopia.com>
Sun, 10 Dec 2017 06:53:58 +0000 (06:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Dec 2017 18:52:37 +0000 (10:52 -0800)
commit7f8ca20a44094dda6e6c74013a36c078cbffc548
tree08cbf169c91a0773a174e09a669cffce07fd09cc
parentca779e82c9f263dfdea2a73a4f5494b37bc8aae7
t: add tests for pull --verify-signatures

Add tests for pull --verify-signatures with untrusted, bad and no
signatures.  Previously the only test for --verify-signatures was to
make sure that pull --rebase --verify-signatures result in a warning
(t5520-pull.sh).

Signed-off-by: Hans Jerry Illikainen <hji@dyntopia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5573-pull-verify-signatures.sh [new file with mode: 0755]