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 message

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

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