(self)
| 1279 | self.assertLess(s.st_blocks * 512, s.st_size) |
| 1280 | |
| 1281 | def test_sparse_file_old(self): |
| 1282 | self._test_sparse_file("gnu/sparse") |
| 1283 | |
| 1284 | def test_sparse_file_00(self): |
| 1285 | self._test_sparse_file("gnu/sparse-0.0") |
nothing calls this directly
no test coverage detected