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 to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 
 b/t/t7011-skip-worktree-reading.sh
 index 8f3b54d8..88d60c1c 100755
 --- a/t/t7011-skip-worktree-reading.sh
 +++ b/t/t7011-skip-worktree-reading.sh
 @@ -91,12 +91,12 @@ test_expect_success 'update-index --remove' '
   test_cmp expected 1
  '
  
 -test_expect_success 'ls-files --delete' '
 +test_expect_success 'ls-files --deleted' '
   setup_absent 
   test -z $(git ls-files -d)
  '
  
 -test_expect_success 'ls-files --delete' '
 +test_expect_success 'ls-files --deleted' '
   setup_dirty 
   test -z $(git ls-files -d)
  '
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html