[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_statustotest_dataas well - use something else than
statx()