summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-09-04 17:32:21 +0100
committerGitHub <noreply@github.com>2017-09-04 17:32:21 +0100
commit63a7af156d924ecbcaf20cba576d1b11fe7f31e3 (patch)
tree7118a3be4695b7988f7cf4706aecda06dd934a55
parentc3ff44c80b699bae3ecd8a878eeeee18220045c7 (diff)
downloadnix-63a7af156d924ecbcaf20cba576d1b11fe7f31e3.zip
test/test_stat.rs: use matching tempdir name for test_fstatat
-rw-r--r--test/test_stat.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_stat.rs b/test/test_stat.rs
index 9c602060..900def89 100644
--- a/test/test_stat.rs
+++ b/test/test_stat.rs
@@ -76,7 +76,7 @@ fn test_stat_and_fstat() {
#[test]
fn test_fstatat() {
- let tempdir = TempDir::new("nix-test_stat_and_fstat").unwrap();
+ let tempdir = TempDir::new("nix-test_fstatat").unwrap();
let filename = tempdir.path().join("foo.txt");
File::create(&filename).unwrap();
let dirfd = fcntl::open(tempdir.path(),