X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1303-wacky-config.sh;h=f98f4c51796e6f7a7181568a134e21ecd9dc2c4f;hb=3814c07498f87e7d27b55175ca2852fcc4cd27f4;hp=f366b53fb671a5ef52c34516bc4ab3869a142d8e;hpb=761adeb4dba3305d0810b5340a71783d29484fb0;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' '