Re: [PATCH] test: spell 'ls-files --delete' option correctly in test descriptions

2013-06-30 Thread Junio C Hamano
SZEDER Gábor writes: > The option is spelled '--deleted'. > > Signed-off-by: SZEDER Gábor > --- Thanks. > t/t7011-skip-worktree-reading.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/t/t7011-skip-worktree-reading.sh > b/t/t7011-skip-worktree-reading.sh > inde

Re: [PATCH] test: spell 'ls-files --delete' option correctly in test descriptions

2013-06-30 Thread Ramkumar Ramachandra
SZEDER Gábor wrote: > -test_expect_success 'ls-files --delete' ' > +test_expect_success 'ls-files --deleted' ' > setup_absent && > test -z "$(git ls-files -d)" While at it, change this to --deleted? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a

[PATCH] test: spell 'ls-files --delete' option correctly in test descriptions

2013-06-30 Thread SZEDER Gábor
The option is spelled '--deleted'. Signed-off-by: SZEDER Gábor --- t/t7011-skip-worktree-reading.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/t7011-skip-worktree-reading.sh b/t/t7011-skip-worktree-reading.sh index 8f3b54d8..88d60c1c 100755 --- a/t/t7011-skip-workt