Moved test_incompat into test_mount

These really are mount tests, and moving them into test_mount means less
confusion when adding future mount_somewhat_incompat tests.
This commit is contained in:
Christopher Haster
2024-07-26 23:58:56 -05:00
parent e66170308e
commit 36eabb1c68
6 changed files with 425 additions and 427 deletions
+2
View File
@@ -11,6 +11,8 @@ after = [
'test_traversal',
'test_gc',
'test_mount',
'test_ck',
'test_compat',
]