mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
ignore one of the UNC edge cases
This commit is contained in:
@@ -339,10 +339,6 @@ mod tests {
|
||||
r"\\127.0.0.1\c$\temp\test-file.txt",
|
||||
&["temp", "test-file.txt"],
|
||||
),
|
||||
(
|
||||
r"\\LOCALHOST\c$\temp\test-file.txt",
|
||||
&["temp", "test-file.txt"],
|
||||
),
|
||||
(r"\\.\c:\temp\test-file.txt", &["temp", "test-file.txt"]),
|
||||
(r"\\?\c:\temp\test-file.txt", &["temp", "test-file.txt"]),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user