Skip to content

Commit

Permalink
test: spell 'ls-files --delete' option correctly in test descriptions
Browse files Browse the repository at this point in the history
The option is spelled '--deleted'.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
SZEDER Gábor authored and Junio C Hamano committed Jun 30, 2013
1 parent 3a46183 commit 5155c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t7011-skip-worktree-reading.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
'
Expand Down

0 comments on commit 5155c7f

Please sign in to comment.