]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix also the rm vgcore of a disabled test (also spotted by Matthias Schwarzott)
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 6 May 2015 20:50:17 +0000 (20:50 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 6 May 2015 20:50:17 +0000 (20:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15187

none/tests/x86/int.disabled

index 16f68df2823adeee71b87558296571b4da62762e..6f0558096d5a879a9aac3ba12759ce62ccc0423a 100644 (file)
@@ -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.*