aboutsummaryrefslogtreecommitdiff
path: root/t/lib-git-svn.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lib-git-svn.sh')
-rw-r--r--t/lib-git-svn.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh
index 919d45a7d..6a9d97572 100644
--- a/t/lib-git-svn.sh
+++ b/t/lib-git-svn.sh
@@ -81,6 +81,11 @@ then
break
fi
done
+ if test -z "$SVN_HTTPD_PATH"
+ then
+ skip_all='skipping git svn tests, Apache not found'
+ test_done
+ fi
for d in \
"$SVN_HTTPD_MODULE_PATH" \
/usr/lib/apache2/modules \
@@ -92,6 +97,11 @@ then
break
fi
done
+ if test -z "$SVN_HTTPD_MODULE_PATH"
+ then
+ skip_all='skipping git svn tests, Apache module dir not found'
+ test_done
+ fi
fi
start_httpd () {