cvsserver: Actually implement --export-all
commit3c740268c40f10010dd5dec7df85a1f0d2062c59
authorAlex Riesen <raa.lkml@gmail.com>
Sat, 16 Jun 2007 23:52:50 +0000 (17 01:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Jun 2007 23:22:09 +0000 (20 16:22 -0700)
tree84e06a66088d7c21572ff0f58b30c8a61e3864d0
parent2e88c266261489a16708ba5ee0ddfbabcb17e3a4
cvsserver: Actually implement --export-all

Frank Lichtenheld, Fri, Jun 15, 2007 03:01:53 +0200:
> +test_expect_failure 'req_Root failure (export-all w/o whitelist)' \
> +  'cat request-anonymous | git-cvsserver --export-all pserver >log 2>&1
> +   || false'

This does not work, at least for bash in current Ubuntu:

    GNU bash, version 3.2.13(1)-release

You have to put "||" on the previous line:

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9400-git-cvsserver-server.sh