From 70708e007140f65882bbb7fdc0451ce6f0b40705 Mon Sep 17 00:00:00 2001 From: Johan Pascal Date: Tue, 12 Apr 2016 18:02:59 +0200 Subject: [PATCH] Update test patterns --- test/testCampaignAll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testCampaignAll b/test/testCampaignAll index e72eab7..aa0378c 100755 --- a/test/testCampaignAll +++ b/test/testCampaignAll @@ -10,7 +10,7 @@ if [ ! -d "patterns" ]; then wget http://www.belledonne-communications.com/downloads/bcg729-patterns.zip if [ -e bcg729-patterns.zip ]; then # check file - if [[ `openssl md5 bcg729-patterns.zip | grep -c 75b4fb8b286485c375c9c326f8b9eb66` -ne 0 ]]; then + if [[ `openssl md5 bcg729-patterns.zip | grep -c a8a998f6838b052d05ba06d02b8612a1` -ne 0 ]]; then # file ok, unzip it unzip bcg729-patterns.zip if [[ $? -ne 0 ]]; then