diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 6eaf2f8db31..77f613b2f02 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -163,7 +163,7 @@ class spawn(pexpect.spawn): else: assert status == exitstatus elif self.language == "C#": - if isMono() or isCygwin() and self.sentKill: + if isCygwin() and self.sentKill: assert self.signalstatus == self.sentKill else: assert status == exitstatus |