5 $dir/..
/..
/tests
/filter_stderr_basic |
7 # Remove "Lackey, ..." line and the following copyright line.
8 sed "/^Lackey, an example Valgrind tool/ , /./ d" |
10 # Filter all the numbers.
11 ..
/..
/tests
/filter_numbers |
13 # Replace "call" with "calls"
14 sed "s/ call / calls /"