From: Jeff King Date: Tue, 23 Oct 2012 19:09:22 +0000 (-0400) Subject: t1300: remove redundant test X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65ff5301342614cb72639aa8e676e62b77d1165c;p=git.git 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 --- diff --git a/t/t1300-repo-config.sh b/t/t1300-repo-config.sh index feb743019..ed75c5caf 100755 --- 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 '