summaryrefslogtreecommitdiffstats
path: root/tdeabc/vcardparser/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/vcardparser/test.sh')
-rw-r--r--tdeabc/vcardparser/test.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/tdeabc/vcardparser/test.sh b/tdeabc/vcardparser/test.sh
deleted file mode 100644
index 4badd6af7..000000000
--- a/tdeabc/vcardparser/test.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-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;
-
-if [ -f FAILED ]; then
- echo ERROR
- exit 1
-fi \ No newline at end of file