t1300: remove redundant test
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>
This commit is contained in:
parent
ed838e6615
commit
65ff530134
@ -277,10 +277,6 @@ test_expect_success 'multivar replace' '
|
|||||||
test_cmp expect .git/config
|
test_cmp expect .git/config
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'ambiguous value' '
|
|
||||||
test_must_fail git config nextsection.nonewline
|
|
||||||
'
|
|
||||||
|
|
||||||
test_expect_success 'ambiguous unset' '
|
test_expect_success 'ambiguous unset' '
|
||||||
test_must_fail git config --unset nextsection.nonewline
|
test_must_fail git config --unset nextsection.nonewline
|
||||||
'
|
'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user