Merge pull request #133 from YunoHost/OniriCorpe-patch-1

This commit is contained in:
OniriCorpe 2024-03-11 16:12:05 +01:00 committed by GitHub
commit a76822b39c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1576,7 +1576,7 @@ class Configurations(TestSuite):
return return
for number, line in enumerate(content.split("\n"), 1): for number, line in enumerate(content.split("\n"), 1):
comment = ("#", "//", ";") comment = ("#", "//", ";", "/*", "*")
if ( if (
( "0.0.0.0" in line or "::" in line ) ( "0.0.0.0" in line or "::" in line )
and not line.strip().startswith(comment) and not line.strip().startswith(comment)