t1400: add some more tests of "update-ref --stdin"'s verify command
commita46e41fca301be48130cca80b45027eff328903d
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 10 Dec 2014 23:47:51 +0000 (11 00:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Dec 2014 19:56:26 +0000 (11 11:56 -0800)
tree3a477a90c50e5e5d72e75c7838a4dcc819046db9
parent8213d87a83867809f490e8d683ebbaa857547189
t1400: add some more tests of "update-ref --stdin"'s verify command

Two of the tests fail because

    verify refs/heads/foo

with no argument (not even zeros) actually *deletes* refs/heads/foo.
This problem will be fixed in the next commit.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1400-update-ref.sh