Merge branch 'jn/maint-svn-fe' into next

* jn/maint-svn-fe:
  t9010 fails when no svn is available
This commit is contained in:
Junio C Hamano
2010-12-09 09:26:43 -08:00

View File

@@ -4,6 +4,12 @@ test_description='check svn dumpfile importer'
. ./test-lib.sh
if ! svnadmin -h >/dev/null 2>&1
then
skip_all='skipping svn-fe tests, svn not available'
test_done
fi
svnconf=$PWD/svnconf
export svnconf