Commit d1da3f2a authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos/testing: add exception for libtermcap

This is needed after slapos@1888c1f2

See merge request !632
parent e0bae66f
......@@ -119,6 +119,8 @@ def checkSoftware(slap, software_url):
'*/libexec/ssh-keysign',
# this library is just a test loading foo.so which doesn't exist
'*/test/ELF/Inputs/version-use.so',
# this library is just a text file containing "GROUP( libtinfo.so )" so it is not a dynamic executable
'*/lib/libtermcap.so',
))
software_hash = md5digest(software_url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment