diff options
| author | prlw1 <prlw1@NetBSD.org> | 2015-03-16 16:42:27 +0000 |
|---|---|---|
| committer | prlw1 <prlw1@NetBSD.org> | 2015-03-16 16:42:27 +0000 |
| commit | 4b7a2f1324bcceee7b917ce8738907bc3b9ddf48 (patch) | |
| tree | 52bd6f4ed02e28c801e846f5e9f409d110fcfeed /tests/crypto | |
| parent | 5bc8abd7a013a8f7299265a6e80925f21a78f563 (diff) | |
correct test name
Diffstat (limited to 'tests/crypto')
| -rw-r--r-- | tests/crypto/opencrypto/t_opencrypto.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/crypto/opencrypto/t_opencrypto.sh b/tests/crypto/opencrypto/t_opencrypto.sh index f7faa3af9ac..141836becb6 100644 --- a/tests/crypto/opencrypto/t_opencrypto.sh +++ b/tests/crypto/opencrypto/t_opencrypto.sh @@ -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 @@ camellia_cleanup() { atf_test_case cbcdes cleanup cbcdes_head() { - common_head "Test ARC4 crypto" + common_head "Test DES_CBC crypto" } cbcdes_body() { |
