#1113957 csound: invalid architecture syntax in debian/tests/control

#1113957#5
Date:
2025-09-04 17:21:25 UTC
From:
To:
Hi Maintainer

debian/tests/control contains the following:
Architecture: [!s390x]

The invalid syntax causes the marked tests to be skipped on all
architectures, so appears to work as intended.

I guess what you wanted is:
Architecture: !s390x

Regards
Graham