From 666a7fc1d5075807eac7e70f333febf1b99ee980 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Mon, 30 Jan 2023 19:29:38 +0000 Subject: [PATCH] tests: cksum: fix test to include more cases * tests/misc/cksum-c.sh: Fix typo which caused part of the test data to be ignored. --- tests/misc/cksum-c.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc/cksum-c.sh b/tests/misc/cksum-c.sh index ed48cbe8aa..d645c1b327 100755 --- a/tests/misc/cksum-c.sh +++ b/tests/misc/cksum-c.sh @@ -37,7 +37,7 @@ Hash: SHA384 # ignored comment EOF cat CHECKSUMS >> signed_CHECKSUMS -cat >> signed_input <<\EOF +cat >> signed_CHECKSUMS <<\EOF -----BEGIN PGP SIGNATURE----- # Note base64 doesn't have ambiguous delimiters in its charset -- 2.47.2