fix search_tsearch test
authorSzabolcs Nagy <nsz@port70.net>
Mon, 5 Aug 2013 16:45:04 +0000 (16:45 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 5 Aug 2013 16:45:04 +0000 (16:45 +0000)
src/functional/search_tsearch.c

index 9af5fb3..80fa5de 100644 (file)
@@ -119,8 +119,6 @@ int main() {
        p = root;
        if (!del((*p)->k))
                t_error("tdelete root \"%s\" failed (returned 0)\n", (*p)->k);
-       if (root == p)
-               t_error("root remained the same after delete\n");
 
        return t_status;
 }