Re: [PATCH v2 3/4] t2027-worktree-list: add and adjust tests related to git-rev-parse

2016-04-29 Thread SZEDER Gábor
[Resend to list, sorry for the duplicates...] > Adjust the incorrect expectation for `rev-parse --git-common-dir`. > > Add a test for `git rev-parse --git-path` executed from a linked > worktree. > > Signed-off-by: Michael Rappazzo > --- > t/t2027-worktree-list.sh | 10

[PATCH v2 3/4] t2027-worktree-list: add and adjust tests related to git-rev-parse

2016-04-22 Thread Michael Rappazzo
Adjust the incorrect expectation for `rev-parse --git-common-dir`. Add a test for `git rev-parse --git-path` executed from a linked worktree. Signed-off-by: Michael Rappazzo --- t/t2027-worktree-list.sh | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff