Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Fix shebang in TestUpdates.testKpatch #19027

Merged
merged 1 commit into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. test: Fix shebang in TestUpdates.testKpatch

    The initial empty line in the mocked /usr/local/bin/kpatch causes
    execve() to fail with `ENOEXEC` "Exec format error". The shell and the C
    bridge paper over this by falling back to interpreting the file as a
    shell script, but Python's subprocess gives up at this point.
    martinpitt committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    218c354 View commit details
    Browse the repository at this point in the history