Browse Source

Update test patterns

pull/2/head
Johan Pascal 10 years ago
parent
commit
70708e0071
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/testCampaignAll

+ 1
- 1
test/testCampaignAll View File

@ -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


Loading…
Cancel
Save