commit 0666e80ed92ec43dab7dc4417ce58e3772930838
Author: Kornel Benko <[email protected]>
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));
 }
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to