Skip to content

Commit 63a7af1

Browse files
authored
test/test_stat.rs: use matching tempdir name for test_fstatat
1 parent c3ff44c commit 63a7af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_stat.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fn test_stat_and_fstat() {
7676

7777
#[test]
7878
fn test_fstatat() {
79-
let tempdir = TempDir::new("nix-test_stat_and_fstat").unwrap();
79+
let tempdir = TempDir::new("nix-test_fstatat").unwrap();
8080
let filename = tempdir.path().join("foo.txt");
8181
File::create(&filename).unwrap();
8282
let dirfd = fcntl::open(tempdir.path(),

0 commit comments

Comments
 (0)