Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tst_test: Fix test using a device without .filesystems
cce6188 introduced a regression for tests which use the test loop device (e.g. .mount_device = 1 or .format_device = 1) without .filesystems array (execveat03, ioctl04, inotify0[378], fanotify10, mount02, umount0[1-3], umount2_02). Call in that case prepare_device() with the default filesystem type. Fixes: cce6188 ("lib: tst_test: Add per filesystem mkfs and mount opts") Signed-off-by: Cyril Hrubis <[email protected]> Signed-off-by: Petr Vorel <[email protected]> Reviewed-by: Petr Vorel <[email protected]> Tested-by: Petr Vorel <[email protected]>
- Loading branch information