Fixed lingering repop* -> re* names in tests

- test_gc_repoplookahead_progress -> test_gc_relookahead_progress
- test_gc_repoplookahead_mutation -> test_gc_relookahead_mutation
- test_gc_repoplookahead_relaxed -> test_gc_relookahead_relaxed
- test_gc_repopgbmap_progress -> test_gc_regbmap_progress
- test_gc_repopgbmap_mutation -> test_gc_regbmap_mutation
- test_gc_repopgbmap_relaxed -> test_gc_regbmap_relaxed
- test_mount_t_repoplookahead -> test_mount_t_relookahead
- test_mount_t_repopgbmap -> test_mount_t_regbmap
This commit is contained in:
Christopher Haster
2025-11-13 13:17:31 -06:00
parent 4ccc8dc120
commit b6130da597
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -171,7 +171,7 @@ code = '''
# test that on-mount traversals do what they say they do
[cases.test_mount_t_repoplookahead]
[cases.test_mount_t_relookahead]
defines.CKMETA = [false, true]
defines.CKDATA = [false, true]
code = '''
@@ -213,7 +213,7 @@ code = '''
lfs3_unmount(&lfs3) => 0;
'''
[cases.test_mount_t_repopgbmap]
[cases.test_mount_t_regbmap]
ifdef = 'LFS3_GBMAP'
defines.CKMETA = [false, true]
defines.CKDATA = [false, true]