mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Remove messages about not being able to clean up non-existent core files.
MERGED FROM CVS HEAD git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3277
This commit is contained in:
parent
fdfc8ecaf7
commit
38c5424bc9
@ -1,2 +1,2 @@
|
||||
prog: badjump
|
||||
cleanup: rm vgcore.pid*
|
||||
cleanup: rm -f vgcore.pid*
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
prog: int
|
||||
cleanup: rm vgcore.pid*
|
||||
cleanup: rm -f vgcore.pid*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user