X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft1303-wacky-config.sh;h=1983076c753ea12a4f69d2a98eda3c1621daed59;hb=0cb0e143ffa7d66b7feea0a967b3ac9ae6cd62b0;hp=f98f4c51796e6f7a7181568a134e21ecd9dc2c4f;hpb=7e44c93558e7c0b12624d76cf07753d0480ed96a;p=thirdparty%2Fgit.git diff --git a/t/t1303-wacky-config.sh b/t/t1303-wacky-config.sh index f98f4c5179..1983076c75 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 '