X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-perror.sh;h=f2c8fdc3367b382adb15e0957a09198abe3253fe;hb=9c9af489440fbc63e4c5eeb21b21aa5aa4520394;hp=3ab20abfc0ee50e135b6a8bd8902d0ca131f42fc;hpb=17017b2d0c6679ca81452ce96dac91f0de9a1646;p=gnulib.git diff --git a/tests/test-perror.sh b/tests/test-perror.sh index 3ab20abfc..f2c8fdc33 100755 --- a/tests/test-perror.sh +++ b/tests/test-perror.sh @@ -23,4 +23,5 @@ sed -e 's/^/foo: /' < t-perror.tmp > t-perror2.tmp diff t-perror2.tmp t-perror3.tmp test $? = 0 || { rm -fr $tmpfiles; exit 1; } +rm -fr $tmpfiles exit 0