[Testing] test_data fails when statx is not available
test_data
test fails when statx()
isn't available. test_status
already has a way of checking for that.
Two options:
- Add check of
test_status
totest_data
as well - use something else than
statx()