mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01: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.