diff options
author | Johannes Sixt <j6t@kdbg.org> | 2011-04-12 08:30:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-11 23:57:56 -0700 |
commit | 4e95fb6c378c4078d8ef258388e43c75d63a2ad9 (patch) | |
tree | 4d5815588a1d686b017219deb3aa4948b4beb8cf | |
parent | init, clone: support --separate-git-dir for .git file (diff) | |
download | tgif-4e95fb6c378c4078d8ef258388e43c75d63a2ad9.tar.xz |
t0001: guard a new test with SYMLINKS prerequisite
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t0001-init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0001-init.sh b/t/t0001-init.sh index b2e6919da1..21caba7698 100755 --- a/t/t0001-init.sh +++ b/t/t0001-init.sh @@ -405,7 +405,7 @@ test_expect_success 're-init to move gitdir' ' test -d realgitdir/refs ' -test_expect_success 're-init to move gitdir symlink' ' +test_expect_success SYMLINKS 're-init to move gitdir symlink' ' rm -rf newdir realgitdir && git init newdir && ( |