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);
 | 
			
		||||
    
 | 
			
		||||
    const char *out_txt[] =
 | 
			
		||||
        { "1:.:runtest\n"
 | 
			
		||||
          , buf
 | 
			
		||||
        { "1:.:runtest\n",
 | 
			
		||||
          "2::runtest\n",
 | 
			
		||||
          buf
 | 
			
		||||
        };
 | 
			
		||||
    const char *err_txt[] = { NULL };
 | 
			
		||||
    // act
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue