Skip to content

Commit

Permalink
fixup! t9393: add testcases for tracking orphaning of lfs objects
Browse files Browse the repository at this point in the history
  • Loading branch information
newren committed Nov 21, 2024
1 parent 3f9b92a commit ed166af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/t9393-filter-repo-rerun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
(
Expand Down

0 comments on commit ed166af

Please sign in to comment.