[LyX/master] Amend 4ec788ce: Remove temporary files after tests

Kornel Benko kornel at lyx.org
Fri Jul 31 13:03:55 UTC 2020


commit 0666e80ed92ec43dab7dc4417ce58e3772930838
Author: Kornel Benko <kornel at lyx.org>
Date:   Fri Jul 31 15:28:25 2020 +0200

    Amend 4ec788ce: Remove temporary files after tests
---
 development/autotests/filterXml4Sax.pl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/development/autotests/filterXml4Sax.pl b/development/autotests/filterXml4Sax.pl
index 7004b33..4ebb69b 100644
--- a/development/autotests/filterXml4Sax.pl
+++ b/development/autotests/filterXml4Sax.pl
@@ -29,8 +29,7 @@ else {
   $err = 1;
   @errors = ("Could not run xmllint\n");
 }
-#unlink($filename);
-print "Not unlinking $filename\n";
+unlink($filename);
 if ($err > 0) {
   die(join('', @errors));
 }


More information about the lyx-cvs mailing list