Skip to content

Commit

Permalink
Made the bad directory even more invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Apr 20, 2012
1 parent 3fcc5a6 commit ed55ad1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ public void shouldFailWhenEnabledWithBadLoggingLocation() throws Exception

private File badDirectory() throws Exception
{
File f = new File( "/does-not-exist" );
File f = new File( "/does-not-exist?:" );

if ( f.exists() || f.canWrite() )
{
Expand Down

0 comments on commit ed55ad1

Please sign in to comment.