kiwi-el8/test/unit/filesystem
Alyssa Rosenzweig 504343fbd6 Fix globbing with exclude with regex
This fixes a collection of bugs when producing erofs images.

On one hand, this ensures that an exclude of `/sys` doesn't accidentally
match `/lib/libsystemd.so`, only `/sys/whatever`.

On the other hand, this ensures that `/dev/*` does match `/dev/vda` and
not just `/dev///////////`.

This fixes libsystemd.so getting dropped in Kiwi-built FEX images.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
2024-09-24 16:19:26 -04:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
btrfs_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
erofs_test.py Fix globbing with exclude with regex 2024-09-24 16:19:26 -04:00
ext2_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
ext3_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
ext4_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
fat16_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
fat32_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
init_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
isofs_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
setup_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
squashfs_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
swap_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
xfs_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00