Skip to content

Commit c3ff44c

Browse files
committed
test/test_stat.rs: test correct stat function
1 parent 97c4ca2 commit c3ff44c

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
@@ -101,7 +101,7 @@ fn test_stat_fstat_lstat() {
101101

102102
// should be the same result as calling stat,
103103
// since it's a regular file
104-
let stat_result = lstat(&filename);
104+
let stat_result = stat(&filename);
105105
assert_stat_results(stat_result);
106106

107107
let lstat_result = lstat(&linkname);

0 commit comments

Comments
 (0)