mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +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.