subdirectory tests: code cleanup, uncomment test
commit66d2e04ec9856b5ef667f5241774749d079a5109
authorStefan Beller <sbeller@google.com>
Mon, 18 May 2015 21:10:26 +0000 (18 14:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2015 22:22:49 +0000 (18 15:22 -0700)
treee2608ca7345308c0db20c0174c8159fa33d23b4b
parent282616c72d1d08a77ca4fe1186cb708c38408d87
subdirectory tests: code cleanup, uncomment test

Back when these tests were written, we wanted to make sure that Git
notices it is in a bare repository and "git show -s HEAD" would
refrain from complaining that HEAD might mean a file it sees in its
current working directory (because it does not).  But the version of
Git back then didn't behave well, without (doubly) being told that
it is inside a bare repository by exporting "GIT_DIR=.".  The form
of the test we originally wanted to have was left commented out as
a reminder.

Nowadays the test as originally intended works, so add it to the
test suite.  We'll keep the old test that explicitly sets GIT_DIR=.
to make sure that use case will not regress.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1020-subdirectory.sh