From 7b2dd942d023d40be177a37a61f98c2cb7524f69 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Tue, 26 Feb 2019 00:02:09 -0300 Subject: Revert "testing/tests/download: test git special ref" This reverts commit 81771cfcdc40e5909a4ec663e7c88b3a32068c05. The download of sha1 of a special ref currently works or not depending on the git client version in use. With git version 2.11.0 (present in the docker image) it does not work. With git version 2.17.1 it works. For the sake of reproducibility, remove this part of the TestGitRefs test case until some code gets added to the download infra to handle sha1 of a special ref for any git client version. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/158295269 Signed-off-by: Ricardo Martincoski Cc: Arnout Vandecappelle Cc: Thomas Petazzoni Cc: Yann E. MORIN Signed-off-by: Peter Korsgaard --- .../objects/53/122a7b0454b33c6d9e159c10657173db77899e | Bin 27 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 support/testing/tests/download/git-remote/repo.git/objects/53/122a7b0454b33c6d9e159c10657173db77899e (limited to 'support/testing/tests/download/git-remote/repo.git/objects/53') diff --git a/support/testing/tests/download/git-remote/repo.git/objects/53/122a7b0454b33c6d9e159c10657173db77899e b/support/testing/tests/download/git-remote/repo.git/objects/53/122a7b0454b33c6d9e159c10657173db77899e deleted file mode 100644 index d72d49eed5..0000000000 Binary files a/support/testing/tests/download/git-remote/repo.git/objects/53/122a7b0454b33c6d9e159c10657173db77899e and /dev/null differ -- cgit v1.2.3