mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 07:40:55 +03:00
Fix build for windows
This commit is contained in:
@@ -49,6 +49,6 @@ class FileSystemFileSpec extends Specification {
|
|||||||
def child = file.getChild("bar//etc/passwd")
|
def child = file.getChild("bar//etc/passwd")
|
||||||
|
|
||||||
then:
|
then:
|
||||||
child.getFile().getPath() endsWith "foo/bar/etc/passwd"
|
child.getFile().getPath().replace('\\', '/') endsWith "foo/bar/etc/passwd"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user