# HG changeset patch # User Simon Josefsson # Date 1222159714 -7200 # Node ID b652fa60a1df6bd8d4181ce4bc5c826f7b3d6e24 # Parent 543b852ede8a04decbfc54a079216bbf14d86a3f test-perror.sh (tmpfiles): Cleanup temporary files on success. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-23 Simon Josefsson + + * tests/test-perror.sh (tmpfiles): Cleanup temporary files on + success. + 2008-09-22 Eric Blake Bruno Haible diff --git a/tests/test-perror.sh b/tests/test-perror.sh --- a/tests/test-perror.sh +++ b/tests/test-perror.sh @@ -23,4 +23,5 @@ diff t-perror2.tmp t-perror3.tmp test $? = 0 || { rm -fr $tmpfiles; exit 1; } +rm -fr $tmpfiles exit 0