Diff between c112d459c6c952e1c63941fb7a6ab38766cd4870 and 4c4872c0bd2d36ef7e87afa89cfe9d34722679bc

Changed Files

File Additions Deletions Status
unit/test-mgmt.c +1 -1 modified

Full Patch

diff --git a/unit/test-mgmt.c b/unit/test-mgmt.c
index 2d1a5d6..f9dcb00 100644
--- a/unit/test-mgmt.c
+++ b/unit/test-mgmt.c
@@ -97,7 +97,7 @@ static void check_actions(struct context *context,
 	}
 
 	g_test_message("Command not handled\n");
-	g_test_fail();
+	g_assert_not_reached();
 }
 
 static gboolean server_handler(GIOChannel *channel, GIOCondition cond,