Changeset 227 for trunk/test
- Timestamp:
- Apr 20, 2009, 5:59:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/testcompile.sh
r210 r227 178 178 echo malloc > list_null_funcs_uniq; 179 179 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'; 181 182 rm -f list_null_funcs_uniq; 182 rm -f $i183 # rm -f $i 183 184 done 184 185 ) >test_log_smatch 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.