In inode count test, update the list of platforms that don't do hardlinks
This commit is contained in:
parent
541c951715
commit
ee8c63b8f9
|
@ -92,7 +92,7 @@ sub run() {
|
|||
twtools::logStatus("*** Beginning $description\n");
|
||||
printf("%-30s", "-- $description");
|
||||
|
||||
if ($^O eq "skyos" || $^O eq "haiku") {
|
||||
if ($^O eq "skyos" || $^O eq "haiku" || $^O eq "syllable") {
|
||||
++$twtools::twskippedtests;
|
||||
print "SKIPPED; OS doesn't support hardlinks.\n";
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue