chiark / gitweb /
test suite: Tolerate worktrees when trying to git-fsck
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 2 Aug 2017 18:32:51 +0000 (19:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 3 Aug 2017 21:41:51 +0000 (22:41 +0100)
commit090071ae8e31c8f81283af477c1114835ed8fd02
treee2e5744132c62851b00508a9985819c7462492ae
parent98ff9fa866eecd50ce444ea7a506db894f2b5fac
test suite: Tolerate worktrees when trying to git-fsck

A `git worktree' has a file for .git.  We still want to fsck them.  We
can simply run the fsck in the directory containing .git, instead.
That works for ordinary trees with a .git directory, and for
worktrees.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/lib