Commit 8d038a3e authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos/testing: add exception for libtermcap

This is needed after slapos@1888c1f2
parent 7dcb76db
...@@ -119,6 +119,8 @@ def checkSoftware(slap, software_url): ...@@ -119,6 +119,8 @@ def checkSoftware(slap, software_url):
'*/libexec/ssh-keysign', '*/libexec/ssh-keysign',
# this library is just a test loading foo.so which doesn't exist # this library is just a test loading foo.so which doesn't exist
'*/test/ELF/Inputs/version-use.so', '*/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) 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