The list of unstable tests is not in a different repo anymore.
diff --git a/compare_tests b/compare_tests
index c2bcb2a..4c72c6f 100755
--- a/compare_tests
+++ b/compare_tests
@@ -114,9 +114,7 @@
 		unstable_target="$unstable_target --unstable-marker $board"
 	    fi
 	done
-	rm -rf ${my_path}/gcc-unstable-tests
-	git clone http://git.linaro.org/toolchain/gcc-unstable-tests.git ${my_path}/gcc-unstable-tests || exit 1
-	${CONFIG_SHELL-/usr/bin/perl} ${my_path}/compare_dg_tests.pl -l --unstable-test=${my_path}/gcc-unstable-tests/unstable-tests.txt ${unstable_target} $sum1 $sum2
+	${CONFIG_SHELL-/usr/bin/perl} ${my_path}/compare_dg_tests.pl -l --unstable-test=${my_path}/unstable-tests.txt ${unstable_target} $sum1 $sum2
 	ret=$?
 	if [ $ret -eq 2 ]; then
 		exit_status=`expr $exit_status + 1`