Commit c861864b0f994d1b88835777932ecf8fdd78bd91

Stefan Sperling 2022-01-03T11:34:34

'got stage' tests rely on unreferenced loose objects; disable GOT_TEST_PACK=1

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