From: Victor Wagner Date: Mon, 5 Oct 2015 19:34:41 +0000 (+0300) Subject: Don't forget to remove some temporary files X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=7ea555f971e66dba9dc9243a3a9dc9e8ddfb082a;p=openssl-gost%2Fengine.git Don't forget to remove some temporary files --- diff --git a/test/01-digest.t b/test/01-digest.t index 001763f..cea8358 100644 --- a/test/01-digest.t +++ b/test/01-digest.t @@ -35,7 +35,7 @@ is(`openssl dgst -engine ${engine} -md_gost12_512 testm2.dat`, "md_gost12_512(testm2.dat)= 1e88e62226bfca6f9994f1f2d51569e0daf8475a3b0fe61a5300eee46d961376035fe83549ada2b8620fcd7c496ce5b33f0cb9dddc2b6460143b03dabac9fb28\n", "GOST R 34.11-2012 512bit example 2 from standard"); -unlink("testm1.dat"); +unlink("testm2.dat"); open F,">","testdata.dat"; diff --git a/test/03-encrypt.t b/test/03-encrypt.t index 8ab3d4a..9cada34 100644 --- a/test/03-encrypt.t +++ b/test/03-encrypt.t @@ -156,4 +156,4 @@ crypt_test(-paramset=> "1.2.643.2.2.31.4", -key => $key, -iv => $iv, -alg => 'gost89-cbc', -name=> 'CBC short text, paramset D'); -unlink test.cnf; +unlink "test.cnf";