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
+1
View File
@@ -5,6 +5,7 @@ after = [
'test_fwrite',
'test_forphans',
'test_alloc',
'test_mount',
]