X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft1303-wacky-config.sh;h=f98f4c51796e6f7a7181568a134e21ecd9dc2c4f;hb=88ab18dfef55a41df2e1f69a8ab3e3ed9f915c31;hp=f366b53fb671a5ef52c34516bc4ab3869a142d8e;hpb=e13067a7499f3cbf543d4a30865c70613f055b4b;p=git.git diff --git a/t/t1303-wacky-config.sh b/t/t1303-wacky-config.sh index f366b53fb..f98f4c517 100755 --- a/t/t1303-wacky-config.sh +++ b/t/t1303-wacky-config.sh @@ -11,7 +11,7 @@ setup() { check() { echo "$2" >expected git config --get "$1" >actual - git diff actual expected + test_cmp actual expected } test_expect_success 'modify same key' '