X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Ftests%2Fbin%2Fmemflush.cpp;h=b512b8e2c9b2afb424c52763a4cb2f744e483275;hb=97f2eefa5bba64cece4496846e04abb5bbd663eb;hp=45246fa0d5c7fcb397c9935fbf8eef0c3f340760;hpb=12db645b4866a01c7c2bd0baba3be221e8d16ae9;p=awesomized%2Flibmemcached diff --git a/test/tests/bin/memflush.cpp b/test/tests/bin/memflush.cpp index 45246fa0..b512b8e2 100644 --- a/test/tests/bin/memflush.cpp +++ b/test/tests/bin/memflush.cpp @@ -62,7 +62,11 @@ TEST_CASE("bin/memflush") { string output; REQUIRE_FALSE(sh.run(comm, output)); - REQUIRE_THAT(output, Contains("CONNECTION FAILURE") || Contains("SERVER HAS FAILED")); + REQUIRE_THAT(output, + Contains("CONNECTION FAILURE") + || Contains("SERVER HAS FAILED") + || Contains("SYSTEM ERROR") + || Contains("TIMEOUT OCCURRED")); } } }