You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
TESTFILES="vcard1.vcf vcard2.vcf vcard3.vcf vcard4.vcf vcard6.vcf vcard7.vcf vcard8.vcf vcard9.vcf"
|
|
|
|
test -f FAILED && rm -f FAILED;
|
|
for i in $TESTFILES;
|
|
do perl ./checkvcard.pl ./tests/$i ;
|
|
done;
|