diff --git a/tests/patcher_test.py b/tests/patcher_test.py index 8e1f697..889b78d 100644 --- a/tests/patcher_test.py +++ b/tests/patcher_test.py @@ -285,7 +285,7 @@ class Subprocess(ProcessBase): eventlet.monkey_patch() from eventlet.green import subprocess -subprocess.Popen(['/bin/true'], stdin=subprocess.PIPE) +subprocess.Popen(['true'], stdin=subprocess.PIPE) print "done" """ self.write_to_tempfile("newmod", new_mod)