#! /bin/sh

dir=`dirname $0`

$dir/../../tests/filter_stderr_basic                |

# Remove "Massif, ..." line and the following copyright line.
sed "/^Massif, a heap profiler./ , /./ d"

