Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rj/msvc-fix'
[gitweb.git]
/
t
/
t9010-svn-fe.sh
diff --git
a/t/t9010-svn-fe.sh
b/t/t9010-svn-fe.sh
index fd851a408be8010283dcb195feaa613e263b5b79..faf9092967fff63cb0f496064d237b4c6e900f23 100755
(executable)
--- a/
t/t9010-svn-fe.sh
+++ b/
t/t9010-svn-fe.sh
@@
-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