Index: tests/configs/parsebools.cfa
===================================================================
--- tests/configs/parsebools.cfa	(revision 0b6089f1108f3769e9020705a376cc8292b8fe40)
+++ tests/configs/parsebools.cfa	(revision efe697d7961e2d85c347384ad29592fc7d5af800)
@@ -50,5 +50,5 @@
 }
 
-int true_main( const char * path, char * env[] ) {
+int true_main( const char * path, const char * env[] ) {
 	printf( "no arg:\n" );
 	if ( pid_t child = strict_fork(); child == 0 ) {
Index: tests/configs/parsenums.cfa
===================================================================
--- tests/configs/parsenums.cfa	(revision 0b6089f1108f3769e9020705a376cc8292b8fe40)
+++ tests/configs/parsenums.cfa	(revision efe697d7961e2d85c347384ad29592fc7d5af800)
@@ -61,5 +61,5 @@
 }
 
-int true_main( const char * path, char * env[] ) {
+int true_main( const char * path, const char * env[] ) {
 	printf( "no arg:\n" );
 	if ( pid_t child = strict_fork(); child == 0 ) {
