I'm still getting failures on t9400-git-cvsserver-server. This
appears to still be due to the fact that git-cvsserver is exiting
with -1, which test_expect_failure doesn't like. I have to assume
this isn't happening on other people's machines. If I can help
someone with tracking down this error, I would be happy to.
~~ Brian Gernhardt
output of ./t9400-git-cvsserver-server.sh -v -d
* ok 8: req_Root (strict paths)
* expecting failure: cat request-anonymous | git-cvsserver --strict-
paths pserver $WORKDIR >log 2>&1
* FAIL 9: req_Root failure (strict-paths)
cat request-anonymous | git-cvsserver --strict-paths pserver
$WORKDIR >log 2>&1
* expecting success: cat request-anonymous | git-cvsserver pserver
$WORKDIR/ >log 2>&1 &&
tail -n1 log | grep -q "^I LOVE YOU$"
* ok 10: req_Root (w/o strict-paths)
* expecting failure: cat request-anonymous | git-cvsserver pserver
$WORKDIR/gitcvs >log 2>&1
* FAIL 11: req_Root failure (w/o strict-paths)
cat request-anonymous | git-cvsserver pserver $WORKDIR/
gitcvs >log 2>&1
* expecting success: cat request-base | git-cvsserver --strict-paths
--base-path $WORKDIR/ pserver $SERVERDIR >log 2>&1 &&
tail -n1 log | grep -q "^I LOVE YOU$"
* ok 12: req_Root (base-path)
* expecting failure: cat request-anonymous | git-cvsserver --strict-
paths --base-path $WORKDIR pserver $SERVERDIR >log 2>&1
* FAIL 13: req_Root failure (base-path)
cat request-anonymous | git-cvsserver --strict-paths --base-
path $WORKDIR pserver $SERVERDIR >log 2>&1
* expecting success: cat request-anonymous | git-cvsserver --export-
all pserver $WORKDIR >log 2>&1 &&
tail -n1 log | grep -q "^I LOVE YOU$"
* ok 14: req_Root (export-all)
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html