]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1305-config-include.sh
Merge branch 'bc/hash-independent-tests-part-6'
[thirdparty/git.git] / t / t1305-config-include.sh
index d20b4d150d42c9fd6c14eb5f36e01a442d045cee..f1e1b289f989ea94e92b1eaf2ac1009df741deb6 100755 (executable)
@@ -63,7 +63,7 @@ test_expect_success 'listing includes option and expansion' '
        test.one=1
        EOF
        git config --list >actual.full &&
-       grep -v ^core actual.full >actual &&
+       grep -v -e ^core -e ^extensions actual.full >actual &&
        test_cmp expect actual
 '