Skip to content

Commit

Permalink
Clean the log file created on the disk by the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Asbathou Biyalou-Sama committed Jan 29, 2021
1 parent e3642ab commit b5aa081
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/System-Support-Tests/SmalltalkImageTest.class.st
Expand Up @@ -114,7 +114,10 @@ SmalltalkImageTest >> testOpenLog [
"Other cases where a file with the given name can not be created."
self
writeToLogWithFileNamed: '';
writeToLogWithFileNamed: '.'
writeToLogWithFileNamed: '.'.

"clean the created log file"
File deleteFile: 'file.log'

]

Expand Down

0 comments on commit b5aa081

Please sign in to comment.