From 72a58c0772450993d375c6cf4b187a068f5bc765 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Thu, 6 Mar 2014 21:00:26 -0500 Subject: [PATCH] Update default FATE URL for release/10 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 004b44cc33..ae7e653a80 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -124,7 +124,7 @@ $(FATE_AVCONV) $(FATE_SAMPLES_AVCONV): avconv$(EXESUF) ifdef SAMPLES FATE += $(FATE_SAMPLES) fate-rsync: - rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES) + rsync -vaLW rsync://fate-suite.libav.org/fate-suite-10/ $(SAMPLES) else fate-rsync: @echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"