git worktree move source destination &&
test_path_is_missing source &&
git worktree list --porcelain >out &&
git worktree move source destination &&
test_path_is_missing source &&
git worktree list --porcelain >out &&
test_when_finished "git worktree move some-dir/destination destination" &&
test_path_is_missing destination &&
git worktree list --porcelain >out &&
test_when_finished "git worktree move some-dir/destination destination" &&
test_path_is_missing destination &&
git worktree list --porcelain >out &&