Hi Peff, On Tue, 24 Jan 2017, Jeff King wrote:
> On Tue, Jan 24, 2017 at 11:04:21AM +0100, Lars Schneider wrote: > > > "fsck: prepare dummy objects for --connectivity-check" seems to > > make t1450-fsck.sh fail on macOS with TravisCI: > > > > Initialized empty Git repository in /Users/travis/build/git/git/t/trash > > directory.t1450-fsck/connectivity-only/.git/ > > [master (root-commit) 86520b7] empty > > Author: A U Thor <aut...@example.com> > > 2 files changed, 1 insertion(+) > > create mode 100644 empty > > create mode 100644 empty.t > > override r--r--r-- travis/staff for > > .git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391? (y/n [n]) not > > overwritten > > dangling blob c21c9352f7526e9576892a6631e0e8cf1fccd34d > > Looks like "mv" prompts and then fails to move the file (so we get the > dangling blob for the source blob, and fsck doesn't report failure > because we didn't actually corrupt the destination blob). IIRC I had similar problems years ago, on a machine where the administrator defined mandatory aliases, including mv="mv -i". Ciao, Johannes