SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
www/py-terminado/patches/patch-terminado_tests_basic_test_py
Normal file
23
www/py-terminado/patches/patch-terminado_tests_basic_test_py
Normal file
|
@ -0,0 +1,23 @@
|
|||
Eliminate need for bash
|
||||
|
||||
Index: terminado/tests/basic_test.py
|
||||
--- terminado/tests/basic_test.py.orig
|
||||
+++ terminado/tests/basic_test.py
|
||||
@@ -158,14 +158,14 @@ class TermTestCase(tornado.testing.AsyncHTTPTestCase):
|
||||
|
||||
def get_app(self):
|
||||
self.named_tm = NamedTermManager(
|
||||
- shell_command=["bash"],
|
||||
+ shell_command=["ksh"],
|
||||
max_terminals=MAX_TERMS,
|
||||
)
|
||||
|
||||
- self.single_tm = SingleTermManager(shell_command=["bash"])
|
||||
+ self.single_tm = SingleTermManager(shell_command=["ksh"])
|
||||
|
||||
self.unique_tm = UniqueTermManager(
|
||||
- shell_command=["bash"],
|
||||
+ shell_command=["ksh"],
|
||||
max_terminals=MAX_TERMS,
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue