mirror of
https://github.com/github/codeql.git
synced 2026-06-18 11:21:07 +02:00
`subprocess.Popen(["ls", "-la"], shell=True)` correspond to running `sh -c "ls" -la` So it doesn't follow the pattern of the rest of the test file.