Searched refs:unix_shell (Results 1 – 10 of 10) sorted by relevance
43 from test.support import unix_shell47 unix_shell = ( variable
8 from .py35compat import unix_shell29 self.write_file(exe, '#!%s\nexit 1' % unix_shell)40 self.write_file(exe, '#!%s\nexit 0' % unix_shell)
6 from test.support import run_unittest, unix_shell27 self.write_file(exe, '#!%s\nexit 1' % unix_shell)38 self.write_file(exe, '#!%s\nexit 0' % unix_shell)
6 from test.support import reap_children, unix_shell13 if not (unix_shell and os.path.exists(unix_shell)):
69 from test.support import unix_shell992 @unittest.skipUnless(unix_shell and os.path.exists(unix_shell),998 with os.popen("%s -c 'echo $HELLO'" % unix_shell) as popen:1002 @unittest.skipUnless(unix_shell and os.path.exists(unix_shell),1007 % unix_shell) as popen:1171 if not (unix_shell and os.path.exists(unix_shell)):
2195 fobj.write("#!%s\n" % support.unix_shell)2240 fobj.write("#!%s\n" % support.unix_shell)
473 unix_shell = '/system/bin/sh' if is_android else '/bin/sh' variable475 unix_shell = None variable
1705 unix_shell = ('/system/bin/sh' if1707 args = [unix_shell, "-c"] + args
568 Add test.support.unix_shell as the path to the default shell.
245 .. data:: unix_shell