Merge branch 'cc/cherry-pick-series'
[gitweb.git] / t / t9400-git-cvsserver-server.sh
index 437e9b81120a5797098db404da1c253a2fcebf26..86395065cfb8827ba5a999aa97cd5552a72322e3 100755 (executable)
@@ -449,7 +449,7 @@ test_expect_success 'cvs update (-p)' '
     rm -f failures &&
     for i in merge no-lf empty really-empty; do
         GIT_CONFIG="$git_config" cvs update -p "$i" >$i.out
-        diff $i.out ../$i >>failures 2>&1
+       test_cmp $i.out ../$i >>failures 2>&1
     done &&
     test -z "$(cat failures)"
 '