Skip to content

Commit 9975dd4

Browse files
authored
reduce noise in tests (#545)
1 parent a765aef commit 9975dd4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/org/apache/commons/io/FileUtilsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ private void createCircularSymLink(final File file) throws IOException {
211211
// On Windows, you are fine if you run a terminal with admin karma.
212212
Files.createSymbolicLink(linkPath, targetPath);
213213
} catch (final UnsupportedOperationException e) {
214-
e.printStackTrace();
215214
createCircularOsSymLink(linkName, targetName);
216215
}
217216
// Sanity check:

0 commit comments

Comments
 (0)