This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 9975dd46 reduce noise in tests (#545)
9975dd46 is described below

commit 9975dd46c605b0fc47209346ff64882c5dc6d98a
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Dec 31 14:28:08 2023 +0000

    reduce noise in tests (#545)
---
 src/test/java/org/apache/commons/io/FileUtilsTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/FileUtilsTest.java 
b/src/test/java/org/apache/commons/io/FileUtilsTest.java
index 78d0866f..921ba307 100644
--- a/src/test/java/org/apache/commons/io/FileUtilsTest.java
+++ b/src/test/java/org/apache/commons/io/FileUtilsTest.java
@@ -211,7 +211,6 @@ public class FileUtilsTest extends AbstractTempDirTest {
             // On Windows, you are fine if you run a terminal with admin karma.
             Files.createSymbolicLink(linkPath, targetPath);
         } catch (final UnsupportedOperationException e) {
-            e.printStackTrace();
             createCircularOsSymLink(linkName, targetName);
         }
         // Sanity check:

Reply via email to