summaryrefslogtreecommitdiff
path: root/databases/ldb14/files/patch-ldb_mod_op_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ldb14/files/patch-ldb_mod_op_test.c')
-rw-r--r--databases/ldb14/files/patch-ldb_mod_op_test.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/ldb14/files/patch-ldb_mod_op_test.c b/databases/ldb14/files/patch-ldb_mod_op_test.c
deleted file mode 100644
index 069ebbd7c813..000000000000
--- a/databases/ldb14/files/patch-ldb_mod_op_test.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/ldb_mod_op_test.c.orig 2018-03-02 23:35:09 UTC
-+++ tests/ldb_mod_op_test.c
-@@ -3529,7 +3529,7 @@ static void test_ldb_unique_index_duplic
- assert_int_equal(ret, LDB_SUCCESS);
-
- msg02 = ldb_msg_new(tmp_ctx);
-- assert_non_null(msg01);
-+ assert_non_null(msg02);
-
- msg02->dn = ldb_dn_new_fmt(msg02, test_ctx->ldb, "dc=test02");
- assert_non_null(msg02->dn);