coreutils/tests/common
Nick Fitzgerald a629bb3076 tests: Create the ScopedFile type for temporary files in tests
This commit adds the `ScopedFile` type, which wraps and derefs to a `File`. When
a `ScopedFile` is dropped, it removes the underlying file from the
filesystem. This is useful for temporary, generated files in tests.
2016-03-27 14:34:59 -07:00
..
mod.rs rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
util.rs tests: Create the ScopedFile type for temporary files in tests 2016-03-27 14:34:59 -07:00