git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] test: spell 'ls-files --delete' option correctly in test descriptions
@ 2013-06-30 10:45 SZEDER Gábor
  2013-06-30 11:18 ` Ramkumar Ramachandra
  2013-06-30 19:30 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: SZEDER Gábor @ 2013-06-30 10:45 UTC (permalink / raw)
  To: Junio C Hamano, git; +Cc: SZEDER Gábor

The option is spelled '--deleted'.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
---
 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)"
 '
-- 
1.8.3.1.684.g8c62402

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] test: spell 'ls-files --delete' option correctly in test descriptions
  2013-06-30 10:45 [PATCH] test: spell 'ls-files --delete' option correctly in test descriptions SZEDER Gábor
@ 2013-06-30 11:18 ` Ramkumar Ramachandra
  2013-06-30 19:30 ` Junio C Hamano
  1 sibling, 0 replies; 3+ messages in thread
From: Ramkumar Ramachandra @ 2013-06-30 11:18 UTC (permalink / raw)
  To: SZEDER Gábor; +Cc: Junio C Hamano, git

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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] test: spell 'ls-files --delete' option correctly in test descriptions
  2013-06-30 10:45 [PATCH] test: spell 'ls-files --delete' option correctly in test descriptions SZEDER Gábor
  2013-06-30 11:18 ` Ramkumar Ramachandra
@ 2013-06-30 19:30 ` Junio C Hamano
  1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2013-06-30 19:30 UTC (permalink / raw)
  To: SZEDER Gábor; +Cc: git

SZEDER Gábor <szeder@ira.uka.de> writes:

> The option is spelled '--deleted'.
>
> Signed-off-by: SZEDER Gábor <szeder@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)"
>  '

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-30 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-30 10:45 [PATCH] test: spell 'ls-files --delete' option correctly in test descriptions SZEDER Gábor
2013-06-30 11:18 ` Ramkumar Ramachandra
2013-06-30 19:30 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).