Fix P08 test
This commit is contained in:
		
							parent
							
								
									382018f539
								
							
						
					
					
						commit
						c181d38453
					
				| 
						 | 
					@ -63,8 +63,9 @@ static void test_paths(void)
 | 
				
			||||||
    snprintf(buf, PATH_SIZE, "4:../bin:%s\n", name);
 | 
					    snprintf(buf, PATH_SIZE, "4:../bin:%s\n", name);
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    const char *out_txt[] =
 | 
					    const char *out_txt[] =
 | 
				
			||||||
        { "1:.:runtest\n"
 | 
					        { "1:.:runtest\n",
 | 
				
			||||||
          , buf
 | 
					          "2::runtest\n",
 | 
				
			||||||
 | 
					          buf
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
    const char *err_txt[] = { NULL };
 | 
					    const char *err_txt[] = { NULL };
 | 
				
			||||||
    // act
 | 
					    // act
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue