Move a heap of tests from corecheck/tests/ into none/tests/.  There's
no real point in having them in corecheck/tests since they're not testing
anything that Nulgrind doesn't provide.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4048 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/tests/filter_addresses b/tests/filter_addresses
index ca70e5b..2ea84cc 100755
--- a/tests/filter_addresses
+++ b/tests/filter_addresses
@@ -1,4 +1,4 @@
 #! /bin/sh
 
-sed "s/0x[0-9A-Fa-f]*/0x......../g"
+sed "s/0x[0-9A-Fa-f]\+/0x......../g"