Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t1700-split-index: drop unnecessary 'grep'
[gitweb.git]
/
t
/
t1600-index.sh
diff --git
a/t/t1600-index.sh
b/t/t1600-index.sh
index c4422312f4e482e38172b1ac8b87e29d8708af2e..42962ed7d46f6dafa09c7b276942c32da130e300 100755
(executable)
--- a/
t/t1600-index.sh
+++ b/
t/t1600-index.sh
@@
-41,8
+41,7
@@
test_expect_success 'no warning with bogus GIT_INDEX_VERSION and existing index'
GIT_INDEX_VERSION=1 &&
export GIT_INDEX_VERSION &&
git add a 2>actual.err &&
- >expect.err &&
- test_i18ncmp expect.err actual.err
+ test_must_be_empty actual.err
)
'