t5541: mark passing c-a-s test as success
commit42aa29ee12bbc769567c4c8ed694566511ef2e39
authorJeff King <peff@peff.net>
Fri, 20 Sep 2013 10:25:00 +0000 (20 06:25 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Sep 2013 18:18:09 +0000 (20 11:18 -0700)
tree0f94b2d9bb36822c0419df264677b9da5cd103b4
parent05c1eb10348f159908becc7a6ed6bbcdab24c893
t5541: mark passing c-a-s test as success

Commit 05c1eb1 (push: teach --force-with-lease to smart-http
transport) fixed the compare-and-swap test in t5541. It
tried to mark the test as passing by teaching the test
helper function to expect an extra "success or failure"
parameter, but forgot to actually use the parameter in the
helper.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd.sh