From: Nikos Mavrogiannopoulos Date: Tue, 29 Mar 2016 13:34:37 +0000 (+0200) Subject: tests: delete outfile in certtool-long-cn X-Git-Tag: gnutls_3_5_0~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b81fbbc42fbdae474e72370ec7eefb84b540520a;p=thirdparty%2Fgnutls.git tests: delete outfile in certtool-long-cn --- diff --git a/tests/cert-tests/certtool-long-cn b/tests/cert-tests/certtool-long-cn index dc79b50789..23654233ad 100755 --- a/tests/cert-tests/certtool-long-cn +++ b/tests/cert-tests/certtool-long-cn @@ -25,7 +25,7 @@ srcdir="${srcdir:-.}" CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}" DIFF="${DIFF:-diff -b -B}" -outfile=out.$$.pem +outfile="out.$$.pem" if ! test -z "${VALGRIND}"; then VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND} --error-exitcode=3" @@ -50,4 +50,6 @@ if test $? != 0;then exit 1 fi +rm -f "$outfile" + exit 0