From a7c39297338491917ad59c4b7a7e92bf12b78e85 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 29 Mar 2016 15:34:37 +0200 Subject: tests: delete outfile in certtool-long-cn --- tests/cert-tests/certtool-long-cn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1