cleaned up "temp" file created in the test
This commit is contained in:
parent
42771e51f5
commit
17a1f097c3
|
|
@ -45,4 +45,5 @@ func TestEncryptFiles(t *testing.T) {
|
|||
}
|
||||
os.Remove("temp.dec")
|
||||
os.Remove("temp.enc")
|
||||
os.Remove("temp")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue