From 17a1f097c325ca569fcb5fff91af775a5d0e5dcf Mon Sep 17 00:00:00 2001 From: lummie Date: Fri, 20 Oct 2017 14:44:42 +0100 Subject: [PATCH] cleaned up "temp" file created in the test --- crypto_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto_test.go b/crypto_test.go index 5a8f4f97..307c8cc2 100644 --- a/crypto_test.go +++ b/crypto_test.go @@ -45,4 +45,5 @@ func TestEncryptFiles(t *testing.T) { } os.Remove("temp.dec") os.Remove("temp.enc") + os.Remove("temp") }