Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Mar 21, 2023
1 parent 237b5fe commit 96a49d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twisted/internet/test/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def onlyOnPOSIX(testMethod):
@return: the C{testMethod} argument.
"""
if os.name == "posix":
if os.name != "posix":
testMethod.skip = "Test only applies to POSIX platforms."
return testMethod

Expand Down

0 comments on commit 96a49d5

Please sign in to comment.