test-ini: Fix a typo
authorDodji Seketeli <dodji@redhat.com>
Thu, 27 Apr 2023 08:40:10 +0000 (10:40 +0200)
committerDodji Seketeli <dodji@redhat.com>
Thu, 27 Apr 2023 08:41:30 +0000 (10:41 +0200)
* tests/test-ini.cc (in_out_specs): Fix a typo near the last
record of the array.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/test-ini.cc

index 9676acf29027ab826da96539126da52155c81593..7b51a4999539d6e4f4396d8ea507afad8d7cfc28 100644 (file)
@@ -47,7 +47,7 @@ InOutSpec in_out_specs[] =
     "data/test-ini/test01-equal-in-property-string.abignore.expected",
     "output/test-ini/test01-equal-in-property-string.abignore",
     ""
-  }
+  },
   {
     "data/test-ini/test02-buggy-property-value.abignore",
     "data/test-ini/test02-buggy-property-value.abignore.expected",