Commit c294a758150a69ed50df4df8fb5986257cce07fd

Stefan Sperling 2021-07-04T20:57:19

GOT_TEST_PACK=1 is incompatible with cleanup tests

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/regress/cmdline/cleanup.sh b/regress/cmdline/cleanup.sh
index b55cfe1..b39f8ac 100755
--- a/regress/cmdline/cleanup.sh
+++ b/regress/cmdline/cleanup.sh
@@ -16,6 +16,9 @@
 
 . ./common.sh
 
+# disable automatic packing for these tests
+export GOT_TEST_PACK=""
+
 test_cleanup_unreferenced_loose_objects() {
 	local testroot=`test_init cleanup_unreferenced_loose_objects`