mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 09:48:03 +00:00
tests/mktemp: fix build on nightly
This commit is contained in:
parent
9d041cdd7d
commit
162e21a418
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
|||
extern crate tempdir;
|
||||
|
||||
use tempdir::TempDir;
|
||||
|
||||
#[macro_use]
|
||||
mod common;
|
||||
|
||||
use common::util::*;
|
||||
use common::util::tempdir::TempDir;
|
||||
|
||||
static UTIL_NAME: &'static str = "mktemp";
|
||||
|
||||
|
|
Loading…
Reference in a new issue