]> source.dussan.org Git - jgit.git/commit
Ensure FSTest uses MockSystemReader 76/147576/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 12 Aug 2019 22:26:25 +0000 (00:26 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 12 Aug 2019 22:26:41 +0000 (00:26 +0200)
commit69ce7fc7fb18ef82200e111344eabd205d45b5cf
tree34fd8a16828492cb2a1a4230ae149bdf4ad2409b
parent6ef225c5191f0e0c7ffc621843528568455d72a1
Ensure FSTest uses MockSystemReader

Tests shall not modify ~/.gitconfig. When running tests with bazel this
test failed since bazel isolates tests in a sandbox.

Change-Id: I7dd092afd14972da58a95eb7c200d353f0959fa1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/FSTest.java