mirror of
https://github.com/github/codeql.git
synced 2026-04-09 00:54:00 +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.