From ed166af6851f81a72a1a005da9c442a9cd3cf25d Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Thu, 21 Nov 2024 00:30:38 -0800 Subject: [PATCH] fixup! t9393: add testcases for tracking orphaning of lfs objects --- t/t9393-filter-repo-rerun.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/t9393-filter-repo-rerun.sh b/t/t9393-filter-repo-rerun.sh index e2855a61..113d252d 100755 --- a/t/t9393-filter-repo-rerun.sh +++ b/t/t9393-filter-repo-rerun.sh @@ -639,6 +639,10 @@ test_expect_success 'sdr: handling local-only changes' ' ) ' +# I use LFS pointer files to fake LFS objects below; prevent git-lfs from +# attempting to smudge them, which would just result in an error. +export GIT_LFS_SKIP_SMUDGE=1 + test_expect_success 'lfs: not in use, no files to process' ' test_create_repo no_lfs_files_to_process && (