HLFS: Fixed Coccon sanity checks run.

This commit is contained in:
Manuel Canales Esparcia 2007-06-20 19:15:40 +00:00
parent a4af921703
commit ecfa220f6e

View file

@ -273,6 +273,12 @@
</xsl:when>
</xsl:choose>
</xsl:when>
<!-- Fixing Cocoon sanity checks -->
<xsl:when test="contains(string(),'./strcat-overflow')">
<xsl:text>set +e&#xA;</xsl:text>
<xsl:apply-templates/>
<xsl:text>&#xA;set -e&#xA;</xsl:text>
</xsl:when>
<!-- Fixing Butterfly sanity checks -->
<xsl:when test="contains(string(),'./fortify-test')
or contains(string(),'./ssp-test')">