Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/crypto/opencrypto correct test name



details:   https://anonhg.NetBSD.org/src/rev/7b42d6d6c5cb
branches:  trunk
changeset: 336741:7b42d6d6c5cb
user:      prlw1 <prlw1%NetBSD.org@localhost>
date:      Mon Mar 16 16:42:27 2015 +0000

description:
correct test name

diffstat:

 tests/crypto/opencrypto/t_opencrypto.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bc60a39377ce -r 7b42d6d6c5cb tests/crypto/opencrypto/t_opencrypto.sh
--- a/tests/crypto/opencrypto/t_opencrypto.sh   Sun Mar 15 22:54:03 2015 +0000
+++ b/tests/crypto/opencrypto/t_opencrypto.sh   Mon Mar 16 16:42:27 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_opencrypto.sh,v 1.4 2014/01/18 15:15:16 pgoyette Exp $
+#      $NetBSD: t_opencrypto.sh,v 1.5 2015/03/16 16:42:27 prlw1 Exp $
 #
 # Copyright (c) 2014 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -98,7 +98,7 @@
 
 atf_test_case cbcdes cleanup
 cbcdes_head() {
-       common_head "Test ARC4 crypto"
+       common_head "Test DES_CBC crypto"
 }
 
 cbcdes_body() {



Home | Main Index | Thread Index | Old Index