summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/libcgrouptest.h2
-rw-r--r--tests/libcgrouptest01.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/libcgrouptest.h b/tests/libcgrouptest.h
index 1e5295d..925a5a9 100644
--- a/tests/libcgrouptest.h
+++ b/tests/libcgrouptest.h
@@ -30,7 +30,7 @@
#include <libcgroup.h>
#define SIZE 100 /* Max size of a message to be printed */
-#define NUM_MSGS 10 /* Number of such messsages */
+#define NUM_MSGS 20 /* Number of such messsages */
#define PASS 1 /* test passed */
#define FAIL 0 /* test failed */
diff --git a/tests/libcgrouptest01.c b/tests/libcgrouptest01.c
index 07bb543..766dc98 100644
--- a/tests/libcgrouptest01.c
+++ b/tests/libcgrouptest01.c
@@ -1361,6 +1361,9 @@ void set_info_msgs()
case 15:
strncpy(info[k], " Group not deleted globaly\n", SIZE);
break;
+ case 19:
+ strncpy(info[k], " \n", SIZE);
+ break;
/* Add more messages here and change NUM_MSGS */
default:
break;