From 4adab743dd72a4dec20d7c9fb3d5d0ce2a03e9fd Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Wed, 6 May 2015 20:50:17 +0000 Subject: [PATCH] Fix also the rm vgcore of a disabled test (also spotted by Matthias Schwarzott) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15187 --- none/tests/x86/int.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/none/tests/x86/int.disabled b/none/tests/x86/int.disabled index 16f68df282..6f0558096d 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.* -- 2.47.3