commit | a3f9b4f64e52ba1833c3bcb18cf7f05b4d35714e | [log] [tgz] |
---|---|---|
author | Florian Zschocke <florian.zschocke@devolo.de> | Tue Nov 29 21:46:54 2016 +0100 |
committer | Florian Zschocke <florian.zschocke@devolo.de> | Tue Dec 06 15:35:13 2016 +0100 |
tree | e757b17bb9bfb253596ca671f85769d61a25f75b | |
parent | cb89090d936ff8383d26f69eaeae6717d3a701e1 [diff] |
Fix SshKeysDispatcher test failing on Windows The `SshKeysDispatcher` tests that use the keys list command are failing on Windows because they assume a Unix line ending after each key. But the command will use a system line ending. So this fix uses system line endings in the reference string for the assert, too. In addition, two `assertTrue(false)ยด are replaced with a proper `fail`.