Merge branch 'jk/pack-objects-optim'
[gitweb.git] / t / t3201-branch-contains.sh
index 912a6635a808cbb6ae78dec545441d363bdeb0d0..7f3ec47241cd6af7a1c107cba114decaa87df108 100755 (executable)
@@ -156,7 +156,7 @@ test_expect_success 'branch --merged with --verbose' '
        * topic  2c939f4 [ahead 1] foo
          zzz    c77a0a9 second on master
        EOF
-       test_cmp expect actual
+       test_i18ncmp expect actual
 '
 
 test_done