We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabe43d commit d55eb6dCopy full SHA for d55eb6d
src/test/groovy/net/schmizz/sshj/xfer/FileSystemFileSpec.groovy
@@ -49,6 +49,6 @@ class FileSystemFileSpec extends Specification {
49
def child = file.getChild("bar//etc/passwd")
50
51
then:
52
- child.getFile().getPath() endsWith "foo/bar/etc/passwd"
+ child.getFile().getPath().replace('\\', '/') endsWith "foo/bar/etc/passwd"
53
}
54
0 commit comments