We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ff44c commit 63a7af1Copy full SHA for 63a7af1
test/test_stat.rs
@@ -76,7 +76,7 @@ fn test_stat_and_fstat() {
76
77
#[test]
78
fn test_fstatat() {
79
- let tempdir = TempDir::new("nix-test_stat_and_fstat").unwrap();
+ let tempdir = TempDir::new("nix-test_fstatat").unwrap();
80
let filename = tempdir.path().join("foo.txt");
81
File::create(&filename).unwrap();
82
let dirfd = fcntl::open(tempdir.path(),
0 commit comments