Skip --merge-order test when built with NO_OPENSSL
commiteb3c430a85306d08ad5f1cb3d29f990041bc2457
authorJunio C Hamano <junkio@cox.net>
Fri, 29 Jul 2005 22:32:43 +0000 (29 15:32 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 30 Jul 2005 00:21:53 +0000 (29 17:21 -0700)
tree52549d883865e7071718373a337e9acb6d14967e
parentdd53c7ab297cc491eb5164198e63d670c7b48530
Skip --merge-order test when built with NO_OPENSSL

When built with NO_OPENSSL, rev-list --merge-order does not
work, causing t6001 test to fail.  Detect that and skip this
test to allow continuing to the rest of the tests.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t6001-rev-list-merge-order.sh