]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: delete outfile in certtool-long-cn
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 29 Mar 2016 13:34:37 +0000 (15:34 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 29 Mar 2016 13:34:37 +0000 (15:34 +0200)
tests/cert-tests/certtool-long-cn

index dc79b5078968ed2c5173bb40e4cf5edc9a33adf0..23654233ad508de0cb81ac499068adeb5d34fd5f 100755 (executable)
@@ -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