aboutsummaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-10-23 15:09:22 -0400
committerJeff King <peff@peff.net>2012-10-24 03:36:51 -0400
commit65ff5301342614cb72639aa8e676e62b77d1165c (patch)
tree0e08ea91bd5fbe6e58a35973c7c5dd7d95e7a898 /t/t1300-repo-config.sh
parented838e661551958076beda19c9445101da2b70ae (diff)
downloadgit-65ff5301342614cb72639aa8e676e62b77d1165c.tar.gz
git-65ff5301342614cb72639aa8e676e62b77d1165c.tar.xz
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>
Diffstat (limited to 't/t1300-repo-config.sh')
-rwxr-xr-xt/t1300-repo-config.sh4
1 files changed, 0 insertions, 4 deletions
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
'