On Tue, Apr 3, 2018 at 2:33 AM, Jens Krüger <Jens.Krueger@xxxxxxxxxxx> wrote: > *** t2028-worktree-move.sh *** > not ok 12 - move worktree > # > # toplevel="$(pwd)" && > # git worktree move source destination && > # test_path_is_missing source && > # git worktree list --porcelain >out && > # grep "^worktree.*/destination" out && > # ! grep "^worktree.*/source" out && > # git -C destination log --format=%s >actual2 && > # echo init >expected2 && > # test_cmp expected2 actual2 > # Thanks for the report. Can you paste the relevant output (which should/might include an error message) from running the test with: ./t2028-worktree-move.sh -v -i and show an "ls -l" of t/trash directory.t2028-worktree-move directory, as well as paste the content of files "out" and "actual2" in that directory?