|
From: <sv...@va...> - 2015-05-06 20:50:24
|
Author: philippe
Date: Wed May 6 21:50:17 2015
New Revision: 15187
Log:
Fix also the rm vgcore of a disabled test (also spotted by Matthias Schwarzott)
Modified:
trunk/none/tests/x86/int.disabled
Modified: trunk/none/tests/x86/int.disabled
==============================================================================
--- trunk/none/tests/x86/int.disabled (original)
+++ trunk/none/tests/x86/int.disabled Wed May 6 21:50:17 2015
@@ -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.*
|