]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1303-wacky-config.sh
tests: use "git xyzzy" form (t0000 - t3599)
[thirdparty/git.git] / t / t1303-wacky-config.sh
index f98f4c51796e6f7a7181568a134e21ecd9dc2c4f..1983076c753ea12a4f69d2a98eda3c1621daed59 100755 (executable)
@@ -35,7 +35,7 @@ test_expect_success 'add key in different section' '
 '
 
 SECTION="test.q\"s\\sq'sp e.key"
-test_expect_success 'make sure git-config escapes section names properly' '
+test_expect_success 'make sure git config escapes section names properly' '
        git config "$SECTION" bar &&
        check "$SECTION" bar
 '