diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-03-16 21:53:58 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-03-18 21:57:38 +0100 |
commit | faa6f1c306b817a7349e3fe16590371d6d499998 (patch) | |
tree | 4a7f97223ee136465e54ba81acd26850489eaba1 /tests/fate.sh | |
parent | fda299f0d01c1691625180786a01b01065df7156 (diff) | |
download | ffmpeg-faa6f1c306b817a7349e3fe16590371d6d499998.tar.gz |
get rid of the last svn mentions
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-x | tests/fate.sh | 2 |
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 ) |