···328328 # Python 2 is end of life, and Ubuntu 23.04 and newer don't actually
329329 # have it anymore. We thus only test with Python 2 on older LTS
330330 # releases.
331331- if "$distro" = "ubuntu-20.04"
331331+ if test "$distro" = "ubuntu-20.04"
332332 then
333333 PYTHON_PACKAGE=python2
334334 else