regressions: Fix rhbz557655.sh so it works with tracing enabled.

This commit is contained in:
Richard W.M. Jones
2011-02-02 20:26:19 +00:00
parent 5079e0fff3
commit f2a4020caf

View File

@@ -77,6 +77,7 @@ EOF
# number of truncate_size.
mv test.err test.err~
grep -E 'set[-_]memsize|truncate[-_]size' test.err~ |
grep -Ev 'libguestfs: trace:' |
grep -Ev 'proc 200' > test.err
rm test.err~