diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index b3a6fb3..d48c578 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -863,7 +863,7 @@ def checkForkVForkSupport(): from lldbsuite.test import lldbplatformutil platform = lldbplatformutil.getPlatform() - if platform not in ["linux"]: + if platform not in ["freebsd", "linux"]: configuration.skip_categories.append("fork") |