summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-10 12:05:01 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-02 12:39:05 +0200
commit5cab81670ebbef25becdf5160c7f8ba915bdd7c4 (patch)
tree1a1b45ddd6f67d701cebb4f373c885b4e781d5cd
parent88e5525f0c0f335e41c2670299f28bd1b1793247 (diff)
downloadgnutls-5cab81670ebbef25becdf5160c7f8ba915bdd7c4.tar.gz
tests: updated cipher-listings.sh for the new groups listing
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rwxr-xr-xtests/cipher-listings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cipher-listings.sh b/tests/cipher-listings.sh
index eb0e330b16..f5fcbbbc7b 100755
--- a/tests/cipher-listings.sh
+++ b/tests/cipher-listings.sh
@@ -50,7 +50,7 @@ check()
prio=$2
name=$1
echo checking $prio
- "${CLI}" --list --priority $prio|grep -v ^Certificate|grep -v ^Ciphers|grep -v ^MACs|grep -v ^Key|grep -v Compression|grep -v ^Elliptic|sed -e 's/\tSSL3.0$//g' -e 's/\tTLS1.0$//g'|grep -v ^PK>$TMPFILE
+ "${CLI}" --list --priority $prio|grep -v ^Certificate|grep -v ^Ciphers|grep -v ^MACs|grep -v ^Key|grep -v Compression|grep -v ^Groups|grep -v ^Elliptic|sed -e 's/\tSSL3.0$//g' -e 's/\tTLS1.0$//g'|grep -v ^PK>$TMPFILE
cat ${srcdir}/data/listings-$name|sed 's/\tSSL3.0$//g' >$TMPFILE2
${DIFF} ${TMPFILE} ${TMPFILE2}
if test $? != 0;then