Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
test: spell 'ls-files --delete' option correctly in test descriptions
author
SZEDER Gábor
<szeder@ira.uka.de>
Sun, 30 Jun 2013 10:45:25 +0000
(12:45 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 30 Jun 2013 19:31:26 +0000
(12:31 -0700)
The option is spelled '--deleted'.
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7011-skip-worktree-reading.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3a46183
)
diff --git
a/t/t7011-skip-worktree-reading.sh
b/t/t7011-skip-worktree-reading.sh
index 8f3b54d826f5a9c8e7b08df7f6a58398b5a62480..88d60c1ce2933141c0800a76fdebca9037803258 100755
(executable)
--- 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 --delete
d
' '
setup_absent &&
test -z "$(git ls-files -d)"
'
-test_expect_success 'ls-files --delete' '
+test_expect_success 'ls-files --delete
d
' '
setup_dirty &&
test -z "$(git ls-files -d)"
'