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.enc")
os.Remove("temp")
}