diff options
Diffstat (limited to 'plugins/MirOTR/ekhtml/testsuite/test_basic.sh')
-rw-r--r-- | plugins/MirOTR/ekhtml/testsuite/test_basic.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/MirOTR/ekhtml/testsuite/test_basic.sh b/plugins/MirOTR/ekhtml/testsuite/test_basic.sh deleted file mode 100644 index 87d2e64690..0000000000 --- a/plugins/MirOTR/ekhtml/testsuite/test_basic.sh +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash - -for i in `find tstpages -type f | sort` -do - echo Testing page: $i - ./tester 1 < $i > ek.test - ./pyparser.py $i > py.test - diff -a -i -u ek.test py.test || exit 1 -done - |