t7004: ship trustdb to avoid gpg warnings
[gitweb.git] / t / t6023-merge-file.sh
old mode 100644 (file)
new mode 100755 (executable)
index c76fccf..ecc11c1
@@ -134,5 +134,9 @@ EOF
 
 test_expect_success "expected conflict markers" "git diff expect out"
 
-test_done
+test_expect_success 'binary files cannot be merged' '
+       ! git merge-file -p orig.txt ../test4012.png new1.txt 2> merge.err &&
+       grep "Cannot merge binary files" merge.err
+'
 
+test_done