X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fatomsmasher.c;h=eee08d6b724da3a4616e10e362b7a024f9e0d15e;hb=1856e4ce29a1551539753bfeceb62f4851132531;hp=65a31dd4404f09344fcb999ada6e8b0f11c9eea1;hpb=3f51531eb36bb7bbc485fb7cb9d22752ab19eff5;p=m6w6%2Flibmemcached diff --git a/tests/atomsmasher.c b/tests/atomsmasher.c index 65a31dd4..eee08d6b 100644 --- a/tests/atomsmasher.c +++ b/tests/atomsmasher.c @@ -173,7 +173,7 @@ static test_return add_test(memcached_st *memc) /* Too many broken OS'es have broken loopback in async, so we can't be sure of the result */ if (setting_value) - assert(rc == MEMCACHED_NOTSTORED || MEMCACHED_STORED); + assert(rc == MEMCACHED_NOTSTORED || rc == MEMCACHED_STORED); else assert(rc == MEMCACHED_NOTSTORED);