From faa6f1c306b817a7349e3fe16590371d6d499998 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Wed, 16 Mar 2011 21:53:58 +0100 Subject: get rid of the last svn mentions --- tests/fate.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/fate.sh') 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 ) -- cgit v1.2.3