repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drd/tests/swapcontext: Improve the portability of this test further
[valgrind.git]
/
none
/
tests
/
filter_stderr
blob
f48293e24a84ad974172c6de58d62c4a93ac9b5b
1
#! /bin/sh
2
3
dir
=
`dirname
$0
`
4
5
$dir
/
..
/
..
/
test
s
/
filter_stderr_basic |
6
7
# Remove "Nulgrind, ..." line and the following copyright line.
8
sed
"/^Nulgrind, the minimal Valgrind tool/ , /./ d"
|
9
10
# Anonymise addresses
11
$dir
/
..
/
..
/
test
s
/
filter_addresses
12