In inode count test, update the list of platforms that don't do hardlinks

This commit is contained in:
Brian Cox 2017-09-10 12:59:21 -07:00
parent 541c951715
commit ee8c63b8f9
1 changed files with 1 additions and 1 deletions

View File

@ -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;