(self)
| 1262 | self.assertLess(s.st_blocks * 512, s.st_size) |
| 1263 | |
| 1264 | def test_sparse_file_old(self): |
| 1265 | self._test_sparse_file("gnu/sparse") |
| 1266 | |
| 1267 | def test_sparse_file_00(self): |
| 1268 | self._test_sparse_file("gnu/sparse-0.0") |
nothing calls this directly
no test coverage detected