t / t4018 / cpp-class-constructor-mem-initon commit t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP tests (6a20b62)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}