From: Andrew Chen <[email protected]>
Signed-off-by: Andrew Chen <[email protected]> --- ltp-full-20101031/runltp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ltp-full-20101031/runltp b/ltp-full-20101031/runltp index b385984..c8f558d 100755 --- a/ltp-full-20101031/runltp +++ b/ltp-full-20101031/runltp @@ -681,7 +681,7 @@ main() if [ -n "$SKIPFILE" ] then for file in $( cat $SKIPFILE ); do - sed -i "/$file/d" ${TMP}/alltests + sed -i "/^$file[ \t]/d" ${TMP}/alltests done fi -- 1.6.5 ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
