| 231 | } |
| 232 | |
| 233 | void TFileTest::TestFlushSpecialFile() { |
| 234 | #ifdef _unix_ |
| 235 | TFile devNull("/dev/null", WrOnly); |
| 236 | devNull.FlushData(); |
| 237 | devNull.Flush(); |
| 238 | devNull.Close(); |
| 239 | #endif |
| 240 | } |
| 241 | |
| 242 | void TFileTest::TestRawRead() { |
| 243 | TTempFile tmp("tmp"); |