13 lines
399 B
Text
13 lines
399 B
Text
|
Index: tests/config.py
|
||
|
--- tests/config.py.orig
|
||
|
+++ tests/config.py
|
||
|
@@ -108,7 +108,7 @@ class Config_:
|
||
|
"out_stream": None,
|
||
|
"pty": False,
|
||
|
"replace_env": False,
|
||
|
- "shell": "/bin/bash",
|
||
|
+ "shell": "/bin/sh",
|
||
|
"warn": False,
|
||
|
"watchers": [],
|
||
|
},
|