Skip to content

Commit

Permalink
Adjust Linux test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed Jan 12, 2021
1 parent e2993b3 commit f7efc7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void testThrowsOnNullList() throws Exception {
FileUtils.cleanDirectory(top);
fail("expected IOException");
} catch (final IOException e) {
assertEquals("Failed to list contents of " + top.getAbsolutePath(), e.getMessage());
assertEquals("Unknown I/O error listing contents of directory: " + top.getAbsolutePath(), e.getMessage());
} finally {
chmod(top, 755, false);
}
Expand Down

0 comments on commit f7efc7b

Please sign in to comment.