1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

cleaned up "temp" file created in the test

This commit is contained in:
lummie 2017-10-20 14:44:42 +01:00
parent 42771e51f5
commit 17a1f097c3

View file

@ -45,4 +45,5 @@ func TestEncryptFiles(t *testing.T) {
} }
os.Remove("temp.dec") os.Remove("temp.dec")
os.Remove("temp.enc") os.Remove("temp.enc")
os.Remove("temp")
} }