Prefer mv/rm in tests over files

- rename -> mv
- remove -> rm
- general -> mvrm (room for more ops)

Easier to read, fewer characters. And we're already using these in
test_files/dirs, so we should prefer these for consistency.
This commit is contained in:
Christopher Haster
2024-05-24 00:21:43 -05:00
parent acd41c5664
commit 99e5fb87e0
2 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -6818,7 +6818,7 @@ code = '''
'''
# test all of the operations together
[cases.test_dirs_general_fuzz]
[cases.test_dirs_mvrm_fuzz]
defines.N = [1, 2, 4, 8, 16, 32, 64, 128, 256, 512]
# do more ops than dirs to encourage rename collisions
defines.DENSITY = 2