summaryrefslogtreecommitdiffstats
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 35098ab7..da4127cd 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -7280,7 +7280,7 @@ int Abc_CommandRunTest( Abc_Frame_t * pAbc, int argc, char ** argv )
goto usage;
}
}
- if ( argc - globalUtilOptind < 2 || argc - globalUtilOptind > 3 )
+ if ( argc - globalUtilOptind < 2 || argc - globalUtilOptind > 5 )
{
Abc_Print( 1, "Expecting two or three file names on the command line.\n" );
goto usage;