commit c861864b0f994d1b88835777932ecf8fdd78bd91 from: Stefan Sperling date: Mon Jan 03 11:34:34 2022 UTC 'got stage' tests rely on unreferenced loose objects; disable GOT_TEST_PACK=1 commit - 6fa5c67c875cf510a1e15f6c6ceda66cbbc343ed commit + c861864b0f994d1b88835777932ecf8fdd78bd91 blob - 8e7009b68305bcecb73914412de27d91708eb4ef blob + 2f126fac8cca3afed8a2b489b7d7e3223c308752 --- regress/cmdline/stage.sh +++ 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`