| 54 | } |
| 55 | |
| 56 | static int |
| 57 | test_invalid_b_flag(void) |
| 58 | { |
| 59 | printf("invalid_b_flag not supported on Windows, skipping test\n"); |
| 60 | return TEST_SKIPPED; |
| 61 | } |
| 62 | |
| 63 | static int |
| 64 | test_invalid_vdev_flag(void) |
nothing calls this directly
no test coverage detected