mirror of
https://github.com/github/codeql.git
synced 2025-12-24 20:56:33 +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.