Fix a typo in readonly test

This commit is contained in:
Brian Cox 2017-09-10 01:22:31 -07:00
parent 8d8652fe93
commit 541c951715
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ sub run() {
++$twtools::twskippedtests;
print "SKIPPED; SkyOS doesn't support readonly files.\n";
return;
} elseif ($^O eq "gnu") {
} elsif ($^O eq "gnu") {
++$twtools::twskippedtests;
print "SKIPPED; TODO: Hurd has fewer expected changes here; refactor so we can test for correct values\n";
return;