We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4066e73 commit 78816f6Copy full SHA for 78816f6
tests/pass/libc.rs
@@ -93,7 +93,7 @@ fn test_posix_realpath_errors() {
93
// Using an existing path ensures all platforms return `ENAMETOOLONG` given a long path.
94
//
95
// 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
+ // Sadly we can't avoid creating directories and instead use a path like "./././././" or "./../../" as linux
97
// appears to collapse "." and ".." before checking path length.
98
let path = tmp();
99
0 commit comments