diff options
-rwxr-xr-x | t/t1300-repo-config.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t1300-repo-config.sh b/t/t1300-repo-config.sh index feb743019c..ed75c5caff 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 ' |