# HG changeset patch # User Simon Josefsson # Date 1222159714 -7200 # Node ID 815c1e7d552740b06a70243443fda0837fd8c043 # Parent 3e1c3b04eec2593cdf47c165c5168c4a9342a66d test-perror.sh (tmpfiles): Cleanup temporary files on success. diff -r 3e1c3b04eec2 -r 815c1e7d5527 ChangeLog --- a/ChangeLog Tue Sep 23 01:54:22 2008 +0200 +++ b/ChangeLog Tue Sep 23 10:48:34 2008 +0200 @@ -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 -r 3e1c3b04eec2 -r 815c1e7d5527 tests/test-perror.sh --- a/tests/test-perror.sh Tue Sep 23 01:54:22 2008 +0200 +++ b/tests/test-perror.sh Tue Sep 23 10:48:34 2008 +0200 @@ -23,4 +23,5 @@ diff t-perror2.tmp t-perror3.tmp test $? = 0 || { rm -fr $tmpfiles; exit 1; } +rm -fr $tmpfiles exit 0