Fix also the rm vgcore of a disabled test (also spotted by  Matthias Schwarzott)


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15187 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/none/tests/x86/int.disabled b/none/tests/x86/int.disabled
index 16f68df..6f05580 100644
--- a/none/tests/x86/int.disabled
+++ b/none/tests/x86/int.disabled
@@ -1,4 +1,4 @@
 # This is currently disabled because vex doesn't deal with x86
 # int $n for n != 0x80 and so the test is pointless (at the moment).
 prog: int
-cleanup: rm -f vgcore.pid*
+cleanup: rm -f vgcore.*