Skip to content

Commit 78816f6

Browse files
LegNeatoRalfJung
andcommitted
Update tests/pass/libc.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent 4066e73 commit 78816f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/libc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fn test_posix_realpath_errors() {
9393
// Using an existing path ensures all platforms return `ENAMETOOLONG` given a long path.
9494
//
9595
// Rather than creating a bunch of directories, we create two directories containing symlinks.
96-
// Sadly we can't avoid creating directories via a path like "./././././" or"/../../" as linux
96+
// Sadly we can't avoid creating directories and instead use a path like "./././././" or "./../../" as linux
9797
// appears to collapse "." and ".." before checking path length.
9898
let path = tmp();
9999

0 commit comments

Comments
 (0)