diff options
Diffstat (limited to 'vfs/mountinfo_test.go')
| -rw-r--r-- | vfs/mountinfo_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vfs/mountinfo_test.go b/vfs/mountinfo_test.go index 2b6254c4..e54890b2 100644 --- a/vfs/mountinfo_test.go +++ b/vfs/mountinfo_test.go @@ -5,7 +5,7 @@ import ( "errors" "iter" "os" - "path" + "path/filepath" "reflect" "slices" "strconv" @@ -394,7 +394,7 @@ func mn( }, FirstChild: firstChild, NextSibling: nextSibling, - Clean: path.Clean(target), + Clean: filepath.Clean(target), Covered: covered, } } |
