@@ -643,7 +643,7 @@ test_expect_success 'sdr: handling local-only changes' '
643
643
# attempting to smudge them, which would just result in an error.
644
644
export GIT_LFS_SKIP_SMUDGE=1
645
645
646
- test_expect_failure ' lfs: not in use, no files to process' '
646
+ test_expect_success ' lfs: not in use, no files to process' '
647
647
test_create_repo no_lfs_files_to_process &&
648
648
(
649
649
cd no_lfs_files_to_process &&
@@ -666,7 +666,7 @@ test_expect_failure 'lfs: not in use, no files to process' '
666
666
)
667
667
'
668
668
669
- test_expect_failure ' lfs: no files orphaned' '
669
+ test_expect_success ' lfs: no files orphaned' '
670
670
test_create_repo no_lfs_files_orphaned &&
671
671
(
672
672
cd no_lfs_files_orphaned &&
@@ -677,7 +677,7 @@ test_expect_failure 'lfs: no files orphaned' '
677
677
--invert-paths --force >output &&
678
678
679
679
! grep "NOTE:.*LFS not in use" output &&
680
- ! grep "NOTE:.*LFS objects orphaned by this rewrite" output &&
680
+ ! grep "NOTE:.*LFS Objects Orphaned by this rewrite" output &&
681
681
682
682
cat <<-EOF >expect &&
683
683
sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -701,7 +701,7 @@ test_expect_failure 'lfs: orphaning across multiple runs' '
701
701
git filter-repo --sensitive-data-removal --path LB --path LD \
702
702
--invert-paths --force >output &&
703
703
704
- grep "NOTE:.*LFS objects orphaned by this rewrite" output &&
704
+ grep "NOTE:.*LFS Objects Orphaned by this rewrite" output &&
705
705
706
706
cat <<-EOF >orig_expect &&
707
707
sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -738,7 +738,7 @@ test_expect_failure 'lfs: orphaning across multiple runs with blob callback' '
738
738
--invert-paths --blob-callback pass \
739
739
--force >output &&
740
740
741
- grep "NOTE:.*LFS objects orphaned by this rewrite" output &&
741
+ grep "NOTE:.*LFS Objects Orphaned by this rewrite" output &&
742
742
743
743
cat <<-EOF >orig_expect &&
744
744
sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
0 commit comments