Searched refs:unix_shell (Results 1 – 7 of 7) sorted by relevance
7 from test.support import run_unittest, unix_shell39 self.write_file(exe, '#!%s\nexit 1' % unix_shell)50 self.write_file(exe, '#!%s\nexit 0' % unix_shell)
1399 unix_shell = ('/system/bin/sh' if1401 args = [unix_shell, "-c"] + args
64 from test.support import unix_shell, FakePath706 @unittest.skipUnless(unix_shell and os.path.exists(unix_shell),711 with os.popen("%s -c 'echo $HELLO'" % unix_shell) as popen:715 @unittest.skipUnless(unix_shell and os.path.exists(unix_shell),719 % unix_shell) as popen:
1820 fobj.write("#!%s\n" % support.unix_shell)1865 fobj.write("#!%s\n" % support.unix_shell)
568 Add test.support.unix_shell as the path to the default shell.
803 unix_shell = '/system/bin/sh' if is_android else '/bin/sh' variable805 unix_shell = None variable
245 .. data:: unix_shell