mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +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")
|
||||
|
||||
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