X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1303-wacky-config.sh;h=1983076c753ea12a4f69d2a98eda3c1621daed59;hb=7b51b77dbc71e83789f59f0cd559489115478f27;hp=f98f4c51796e6f7a7181568a134e21ecd9dc2c4f;hpb=731ab1f55e7ba736b24708a63e93a7c8d581a4d6;p=git.git diff --git a/t/t1303-wacky-config.sh b/t/t1303-wacky-config.sh index f98f4c517..1983076c7 100755 --- a/t/t1303-wacky-config.sh +++ b/t/t1303-wacky-config.sh @@ -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 '