From d38b3a92347013059539064d48f1d6ce60a2337f Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 26 Apr 2012 14:06:26 +0200 Subject: [PATCH] we changed configuration_number to command in the sources, change in test --- tests/test_args_to_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_args_to_config.c b/tests/test_args_to_config.c index 170438a..067b1aa 100644 --- a/tests/test_args_to_config.c +++ b/tests/test_args_to_config.c @@ -48,7 +48,7 @@ struct ykp_config_t { unsigned int yk_major_version; unsigned int yk_minor_version; unsigned int yk_build_version; - unsigned int configuration_number; + unsigned int command; struct config_st *ykcore_config; }; -- 2.39.5