From: Philippe Waroquiers Date: Wed, 6 May 2015 20:50:17 +0000 (+0000) Subject: Fix also the rm vgcore of a disabled test (also spotted by Matthias Schwarzott) X-Git-Tag: svn/VALGRIND_3_11_0~423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4adab743dd72a4dec20d7c9fb3d5d0ce2a03e9fd;p=thirdparty%2Fvalgrind.git Fix also the rm vgcore of a disabled test (also spotted by Matthias Schwarzott) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15187 --- 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.*