Skip to content

Commit

Permalink
Go back to deleting tmp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Jul 11, 2018
1 parent 45bca23 commit 902ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BaseTest.cfc
Expand Up @@ -13,7 +13,7 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/tests" {
structDelete( application, getColdboxAppKey() );
super.beforeAll();
//ApplicationStop();
if( directoryExists( '/tests/resources/tmp' ) && 0 ) {
if( directoryExists( '/tests/resources/tmp' ) ) {
directoryDelete( '/tests/resources/tmp', true );
directoryCreate( '/tests/resources/tmp' );
fileWrite( '/tests/resources/tmp/.gitignore', '*#chr( 10 )#!/.gitignore' );
Expand Down

0 comments on commit 902ce47

Please sign in to comment.