diff options
author | Jeff King <peff@peff.net> | 2014-03-20 19:17:15 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-21 14:27:52 -0700 |
commit | 3d06c5f19daf6710d99b6e4c7c0d097c8ce528fc (patch) | |
tree | 6fcb8a7987afbecdfe7648899f652e9d02e1022f /reflog-walk.c | |
parent | t: prefer "git config --file" to GIT_CONFIG (diff) | |
download | tgif-3d06c5f19daf6710d99b6e4c7c0d097c8ce528fc.tar.xz |
t0001: make symlink reinit test more careful
In the final test of t0001, we have a repo whose .git is a
symlink to a directory "here", and we use
"--separate-git-dir" to migrate that to a .git file pointing
to a different directory. We check that the data is migrated
to the new directory and that .git looks like a git-file.
We also check that "here" is not a directory, which is
slightly misleading. It should not be a directory, but
neither should it be gone. It is the actual resting place of
the git-file, and .git remains a symlink to it.
Let's check that more explicitly, both to make our test more
robust, and to make further cleanups in this area more
obvious.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'reflog-walk.c')
0 files changed, 0 insertions, 0 deletions