Fix BundleWriter unit test to work for people who are not 'me'
commit01173dc2c5c2268899757220124eaa18bb7efadb
authorShawn O. Pearce <spearce@spearce.org>
Fri, 31 Oct 2008 14:51:23 +0000 (31 07:51 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 31 Oct 2008 14:51:23 +0000 (31 07:51 -0700)
tree88a9b8e0c00ce94a8c911f136b94dbc04f140366
parent1770c92fadf2b212076d40ff7285093e56e9502b
Fix BundleWriter unit test to work for people who are not 'me'

My system lacks a /home/me as I do not call myself me.  My login is
usually based upon my email address, and nobody else on my system is
'me'.  So we cannot use hardcoded paths like /home/me in a test case.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.test/tst/org/spearce/jgit/transport/BundleWriterTest.java