Fix a typo in readonly test
This commit is contained in:
		
							parent
							
								
									8d8652fe93
								
							
						
					
					
						commit
						541c951715
					
				| 
						 | 
					@ -90,7 +90,7 @@ sub run() {
 | 
				
			||||||
        ++$twtools::twskippedtests;
 | 
					        ++$twtools::twskippedtests;
 | 
				
			||||||
        print "SKIPPED; SkyOS doesn't support readonly files.\n";
 | 
					        print "SKIPPED; SkyOS doesn't support readonly files.\n";
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
    } elseif ($^O eq "gnu") {
 | 
					    } elsif ($^O eq "gnu") {
 | 
				
			||||||
        ++$twtools::twskippedtests;
 | 
					        ++$twtools::twskippedtests;
 | 
				
			||||||
        print "SKIPPED; TODO: Hurd has fewer expected changes here; refactor so we can test for correct values\n";
 | 
					        print "SKIPPED; TODO: Hurd has fewer expected changes here; refactor so we can test for correct values\n";
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue