From fdf104fe28aeefa8e0d01fb42f15ea5c6495cbd7 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Fri, 5 Jul 2019 13:56:23 +0100 Subject: [PATCH] test-codecs-parsing: On bad codec string spice_server_set_video_codecs can fail The 0 result means success however the function (correctly) could report a failure if the string is incorrect. This fixes the test after commit b4150de3cd0e56d4ce43a99ef5c3c5f5cbdfc4a3 ("spice_server_set_video_codecs: fail when no codec can be installed"). Signed-off-by: Frediano Ziglio Acked-by: Snir Sheriber