Skip to content

Commit

Permalink
t1300: remove redundant test
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King committed Oct 24, 2012
1 parent ed838e6 commit 65ff530
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions t/t1300-repo-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
'
Expand Down

0 comments on commit 65ff530

Please sign in to comment.