diff options
| author | Marek Vasut <[email protected]> | 2025-04-13 10:55:05 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-21 11:07:04 -0600 |
| commit | 6696f144279f9ee588463ad645e1f0c9b555ba84 (patch) | |
| tree | 2a21d669bfbaf592536fa42eb63a6e9f1d2c337e /test | |
| parent | e5cbc3d2874ff5ec80f4a5c92b5db61769670d5f (diff) | |
test_fs: Test 'mv' command on exfat and fs_generic
Enable tests for the generic FS interface 'mv' command against
both exfat and fs_generic.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/py/tests/test_fs/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_fs/conftest.py b/test/py/tests/test_fs/conftest.py index c73fb4abbcb..0205048e73a 100644 --- a/test/py/tests/test_fs/conftest.py +++ b/test/py/tests/test_fs/conftest.py @@ -17,7 +17,7 @@ supported_fs_fat = ['fat12', 'fat16'] supported_fs_mkdir = ['fat12', 'fat16', 'fat32', 'exfat', 'fs_generic'] supported_fs_unlink = ['fat12', 'fat16', 'fat32', 'exfat', 'fs_generic'] supported_fs_symlink = ['ext4'] -supported_fs_rename = ['fat12', 'fat16', 'fat32'] +supported_fs_rename = ['fat12', 'fat16', 'fat32', 'exfat', 'fs_generic'] # # Filesystem test specific setup |
