summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2011-03-16 21:53:58 +0100
committerJanne Grunau <janne-libav@jannau.net>2011-03-18 21:57:38 +0100
commitfaa6f1c306b817a7349e3fe16590371d6d499998 (patch)
tree4a7f97223ee136465e54ba81acd26850489eaba1 /tests/fate.sh
parentfda299f0d01c1691625180786a01b01065df7156 (diff)
get rid of the last svn mentions
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index 56729d88bc..6f0e0fffcb 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -29,7 +29,6 @@ checkout(){
case "$repo" in
file:*|/*) src="${repo#file:}" ;;
git:*) git clone "$repo" "$src" ;;
- svn:*) svn co "$repo" "$src" ;;
esac
}
@@ -37,7 +36,6 @@ update()(
cd ${src} || return
case "$repo" in
git:*) git pull ;;
- svn:*) svn up ;;
esac
)