summaryrefslogtreecommitdiffstats
path: root/tests/libcgrouptest01.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libcgrouptest01.c')
-rw-r--r--tests/libcgrouptest01.c3
1 files changed, 3 insertions, 0 deletions
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;