Merge branch 'jk/repack-pack-writebitmaps-config'
[gitweb.git] / t / test-lib-functions.sh
index f5815350d3e30fe16a229295eed67ad6969be639..c617c826db94f2e3c0ed01fe079d3ae14ac3b883 100644 (file)
@@ -617,6 +617,12 @@ test_cmp() {
        $GIT_TEST_CMP "$@"
 }
 
+# test_cmp_bin - helper to compare binary files
+
+test_cmp_bin() {
+       cmp "$@"
+}
+
 # Check if the file expected to be empty is indeed empty, and barfs
 # otherwise.