Changeset 227 for trunk/test


Ignore:
Timestamp:
Apr 20, 2009, 5:59:31 PM (16 years ago)
Author:
katerina
Message:

Fix warnings with -fstack-check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testcompile.sh

    r210 r227  
    178178                echo malloc >  list_null_funcs_uniq;
    179179                echo getenv >> list_null_funcs_uniq;
    180                 cat $i | ./deference_check.pl;
     180                cat $i | ./deference_check.pl |\
     181                     egrep -v 'x_trustfile.c ... ... sl_trustfile';
    181182                rm -f list_null_funcs_uniq;
    182                 rm -f $i
     183                # rm -f $i
    183184            done
    184185        ) >test_log_smatch 2>&1
Note: See TracChangeset for help on using the changeset viewer.