author | Junio C Hamano <gitster@pobox.com> | |
Thu, 9 Dec 2010 06:53:59 +0000 (22:53 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 9 Dec 2010 17:26:07 +0000 (09:26 -0800) | ||
commit | 8e9d453ce77b7942dd35c23e145981dc472fb8c8 | |
tree | 804920e9b15ae74fddd0232d4cb89797f1363d03 | tree | snapshot |
parent | 3c93983875af53b9f172d7f7a1022d0954cb5689 | commit | diff |
t9010 fails when no svn is available
Running test t9010 without svn currently errors out for no good reason.
The test uses "svnadmin" without checking if svn is available. This was a
regression introduced by b0ad24b (t9010 (svn-fe): Eliminate dependency on
svn perl bindings, 2010-10-10) when it stopped including ./lib-git-svn.sh
that had the safety.
This should fix it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Running test t9010 without svn currently errors out for no good reason.
The test uses "svnadmin" without checking if svn is available. This was a
regression introduced by b0ad24b (t9010 (svn-fe): Eliminate dependency on
svn perl bindings, 2010-10-10) when it stopped including ./lib-git-svn.sh
that had the safety.
This should fix it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9010-svn-fe.sh | diff | blob | history |