diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-29 21:53:59 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-29 21:53:59 +0100 |
commit | 7f4fd72f81b729b4cb05369d8ed864b1a335b23e (patch) | |
tree | 97b7debc0d414b736f0c371d130a9480a8cbaf2c /tests/fate.sh | |
parent | 0999b1db3c1aa886ff7a00e5978cd8d73c9350e7 (diff) | |
download | ffmpeg-7f4fd72f81b729b4cb05369d8ed864b1a335b23e.tar.gz |
tests/fate: fix fate on branches different from origin/master
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-x | tests/fate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate.sh b/tests/fate.sh index f7367a960e..f3712911eb 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -35,7 +35,7 @@ checkout(){ update()( cd ${src} || return case "$repo" in - git:*) git fetch --force && git reset --hard origin/master ;; + git:*) git fetch --force && git reset --hard FETCH_HEAD ;; esac ) |