1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Fix some obvious comment

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
Sylvestre Ledru 2023-12-25 09:47:37 +01:00
parent 15573579cc
commit f86e314f46
3 changed files with 2 additions and 4 deletions

View file

@ -747,7 +747,7 @@ fn test_ln_seen_file() {
assert!(at.plus("c").join("f").exists());
// b/f still exists
assert!(at.plus("b").join("f").exists());
// a/f no longer exists
// a/f still exists
assert!(at.plus("a").join("f").exists());
#[cfg(unix)]
{