diff --git a/tests/command_test.c b/tests/command_test.c index c2379201..86cbcfb3 100644 --- a/tests/command_test.c +++ b/tests/command_test.c @@ -532,7 +532,7 @@ format_tests (void) /* Now test subtype formats. */ sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &count, sizeof (int)) ; - if (count < 0 || count > 30) + if (count < 0 || count > 33) { printf ("Line %d: Weird count.\n", __LINE__) ; exit (1) ; } ;