mirror of
https://github.com/git/git.git
synced 2026-03-17 12:10:08 +01:00
Merge branch 'jn/maint-svn-fe' into next
* jn/maint-svn-fe: t9010 fails when no svn is available
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user