We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f0320 commit 9739900Copy full SHA for 9739900
tests/test_pssh_client.py
@@ -42,7 +42,7 @@
42
class ParallelSSHClientTest(unittest.TestCase):
43
44
def setUp(self):
45
- self.fake_cmd = 'echo me'
+ self.fake_cmd = 'echo "me"'
46
self.fake_resp = 'me'
47
self.long_cmd = lambda lines: 'for (( i=0; i<%s; i+=1 )) do echo $i; sleep 1; done' % (lines,)
48
self.user_key = USER_KEY
0 commit comments