Skip to content

Commit

Permalink
fix tes
Browse files Browse the repository at this point in the history
  • Loading branch information
coldnight committed Jan 16, 2017
1 parent 6291347 commit e7cd0a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions supervisor/tests/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,10 @@ def test_options_afinet_no_port(self):

def test_cleanup_ignore_pidfile(self):
fn = tempfile.mktemp()

with open(fn, 'w') as f:
f.write('1234')

try:
instance = self._makeOne()
instance.pidfile = fn
Expand Down

0 comments on commit e7cd0a0

Please sign in to comment.