changeset 30154:815c1e7d5527

test-perror.sh (tmpfiles): Cleanup temporary files on success.
author Simon Josefsson <simon@josefsson.org>
date Tue, 23 Sep 2008 10:48:34 +0200
parents 3e1c3b04eec2
children be615dd1bdea
files ChangeLog tests/test-perror.sh
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <simon@josefsson.org>
+
+	* tests/test-perror.sh (tmpfiles): Cleanup temporary files on
+	success.
+
 2008-09-22  Eric Blake  <ebb9@byu.net>
             Bruno Haible  <bruno@clisp.org>
 
--- 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