]> source.dussan.org Git - jgit.git/commit
[test] Fix ConfigTest for Windows 91/190191/3
authorThomas Wolf <thomas.wolf@paranor.ch>
Mon, 31 Jan 2022 07:58:17 +0000 (08:58 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 31 Jan 2022 23:05:52 +0000 (00:05 +0100)
commit0588dd0a9f7a86a7a854da444a9a27d2eabb2a66
tree4c8aa00247a4af8b6fe59509b9cb63aa59a2f5a6
parent961d5e68759afba0615a5f679233ee2e4af2d278
[test] Fix ConfigTest for Windows

Escape paths when writing them to a config file to ensure they work
with backslashes and unusual characters.

Bug: 550111
Change-Id: Iedc5c0f2c0c02ac6cadf43cdae0f0d19578aed91
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ConfigTest.java