From ee8c63b8f9bef54a1e1d45b146c22b4af5a75bbc Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Sun, 10 Sep 2017 12:59:21 -0700 Subject: [PATCH] In inode count test, update the list of platforms that don't do hardlinks --- src/test-harness/tests/inoderef.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-harness/tests/inoderef.pm b/src/test-harness/tests/inoderef.pm index 69e322b..50117d1 100644 --- a/src/test-harness/tests/inoderef.pm +++ b/src/test-harness/tests/inoderef.pm @@ -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;