summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-29 21:53:59 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-10-29 21:53:59 +0100
commit7f4fd72f81b729b4cb05369d8ed864b1a335b23e (patch)
tree97b7debc0d414b736f0c371d130a9480a8cbaf2c /tests/fate.sh
parent0999b1db3c1aa886ff7a00e5978cd8d73c9350e7 (diff)
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-xtests/fate.sh2
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
)