tests: keep temporary repos underneath test/repos
authorDavid Aguilar <davvid@gmail.com>
Fri, 30 May 2008 01:30:53 +0000 (18:30 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 30 May 2008 01:30:53 +0000 (18:30 -0700)
commit7b675bf555e89e708f1b8f79bd90796dd395837b
tree9fd994ba8ebbb3cb596d6c66c920f20a4a6d58b9
parente7252e217fe6d8f05dd50f6e125c33a1c6fff602
tests: keep temporary repos underneath test/repos

test_repo.py was creating directories in the literal
test/~/foo/... directory.

This commit replaces "~" with "repos".

Some minor whitespace issues were cleaned up as well.

Signed-off-by: David Aguilar <davvid@gmail.com>
test/git/test_repo.py