From f8b283bf1428e5bdd00bf2165ade87c043d75456 Mon Sep 17 00:00:00 2001 From: Alex Hornung Date: Sat, 2 Jul 2011 13:26:42 +0100 Subject: [PATCH] tests - minor cosmetic fix --- test/crypto/serpent/serpent_test.c | 2 +- test/crypto/twofish/twofish_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/crypto/serpent/serpent_test.c b/test/crypto/serpent/serpent_test.c index d1c0e89292..65043cbaaa 100644 --- a/test/crypto/serpent/serpent_test.c +++ b/test/crypto/serpent/serpent_test.c @@ -376,7 +376,7 @@ main(int argc, char **argv) int allowed = 0, fail = 0, i; if (argc < 2) - errx(1, "usage: aestest [test-vector-file]"); + errx(1, "usage: serpent_test [test-vector-file]"); if (geteuid() == 0) { allowed = getallowsoft(); diff --git a/test/crypto/twofish/twofish_test.c b/test/crypto/twofish/twofish_test.c index b21a79667f..5437a06967 100644 --- a/test/crypto/twofish/twofish_test.c +++ b/test/crypto/twofish/twofish_test.c @@ -376,7 +376,7 @@ main(int argc, char **argv) int allowed = 0, fail = 0, i; if (argc < 2) - errx(1, "usage: aestest [test-vector-file]"); + errx(1, "usage: twofish_test [test-vector-file]"); if (geteuid() == 0) { allowed = getallowsoft(); -- 2.41.0