mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-12 10:04:40 +01:00
When running cargo test in container, test_mknod_dev may fail sometimes because of "Operation not permitted". Change the device path to "/dev/fifo-test" to avoid this case. Fixes: #7284 Signed-off-by: xuejun-xj <jiyunxue@linux.alibaba.com>