Skip to content
  • Marek Chalupa's avatar
    tests: fix bad-buffer-test · 06f2fa1a
    Marek Chalupa authored
    bad-buffer-test is FAIL_TEST and every assert() (or even SIGSEGV signal)
    make it pass. It shouldn't be so for example when assert() is invoked
    when a client couldn't connect to display.
    
    Make sure that only relevant asserts make the test pass
    and the other make it fail (by returning 0)
    06f2fa1a