From 0b78a1b22a4461b1909b0716d1572d2119d1c450 Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Fri, 28 Jun 2019 22:59:22 +0000 Subject: t5000: make hash independent This test uses a stub of a very large (64 GB) object to test our generation of tar archives. In doing so, it uses the object ID of the object so it can insert it into the database properly. Look up these values using test_oid. Restructure the test slightly to use test_oid_in_path. Since we care about the object, not how it is named in a particular hash algorithm, rename it to "huge-object", which is shorter and more descriptive. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano --- t/t5000/huge-object | Bin 0 -> 2048 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 t/t5000/huge-object (limited to 't/t5000/huge-object') diff --git a/t/t5000/huge-object b/t/t5000/huge-object new file mode 100644 index 0000000000..5cbe9ec312 Binary files /dev/null and b/t/t5000/huge-object differ -- cgit v1.2.3