ignore stale directories when checking reflog existence
[gitweb.git] / t / test-lib-functions.sh
index 158e10a67e5878bb9031af2f28439b099b65fd50..cf7b41f66de9a0aec151d9f191fa6d4a7f62e7e6 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.