[gnumeric] tests: fix escaped debug code.



commit a18bdd38988e8626b7da662d269db6953ef4f659
Author: Morten Welinder <terra gnome org>
Date:   Thu May 10 22:44:29 2012 -0400

    tests: fix escaped debug code.

 test/GnumericTest.pm |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/test/GnumericTest.pm b/test/GnumericTest.pm
index 4f7d482..a7a630f 100644
--- a/test/GnumericTest.pm
+++ b/test/GnumericTest.pm
@@ -326,10 +326,6 @@ sub test_exporter {
     $code = system ("$ssconvert '$file' '$tmp1' 2>&1 | sed -e 's/^/| /'");
     &system_failure ($ssconvert, $code) if $code;
 
-    print STDERR "file=$file\n";
-    print STDERR "tmp1=$tmp1\n";
-    system ("ls -lart | tail");
-
     my $tmp2 = "$tmp-new.$ext";
     &junkfile ($tmp2) unless $keep;
     $code = system ("$ssconvert '$file' '$tmp2' 2>&1 | sed -e 's/^/| /'");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]