projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed838e6
)
t1300: remove redundant test
author
Jeff King
<peff@peff.net>
Tue, 23 Oct 2012 19:09:22 +0000
(15:09 -0400)
committer
Jeff King
<peff@peff.net>
Wed, 24 Oct 2012 07:36:51 +0000
(
03:36
-0400)
This test checks that git-config fails for an ambiguous
"get", but we check the exact same thing 3 tests beforehand.
Signed-off-by: Jeff King <peff@peff.net>
t/t1300-repo-config.sh
patch
|
blob
|
history
diff --git
a/t/t1300-repo-config.sh
b/t/t1300-repo-config.sh
index feb743019cae6e0060b132578d0b3fd9643217b0..ed75c5caffaea7c84d937d6be4b038d846f28775 100755
(executable)
--- a/
t/t1300-repo-config.sh
+++ b/
t/t1300-repo-config.sh
@@
-277,10
+277,6
@@
test_expect_success 'multivar replace' '
test_cmp expect .git/config
'
-test_expect_success 'ambiguous value' '
- test_must_fail git config nextsection.nonewline
-'
-
test_expect_success 'ambiguous unset' '
test_must_fail git config --unset nextsection.nonewline
'