]> granicus.if.org Git - python/commit
bpo-31904: Port test_cmd_line to VxWorks (#12648)
authorLihua Zhao <44661095+LihuaZhao@users.noreply.github.com>
Wed, 17 Apr 2019 15:33:25 +0000 (23:33 +0800)
committerVictor Stinner <vstinner@redhat.com>
Wed, 17 Apr 2019 15:33:25 +0000 (17:33 +0200)
commit2954550818e5c23a082e6279eb326168230ebf04
treee5025a22f882cc66b733f1200128205ae394a5d2
parent2c4c02f8a876fcf084575dcaf857a0236c81261a
bpo-31904:  Port test_cmd_line to VxWorks (#12648)

subprocess.Popen doesn't support preexec on VxWorks.
Lib/test/test_cmd_line.py