regtest: add a fdleak filter for write on write on linux arm64
[valgrind.git] / lackey / tests / filter_stderr
blobcba3fed84db8ab3b61a27f328b392fe74667c476
1 #! /bin/sh
3 dir=`dirname $0`
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 /"