summaryrefslogtreecommitdiff
path: root/tests/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test')
-rwxr-xr-xtests/test11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/test b/tests/test
deleted file mode 100755
index 01662c6..0000000
--- a/tests/test
+++ /dev/null
@@ -1,11 +0,0 @@
-p=`dirname $0`
-php $p/test.php > $p/test.in
-php $p/../main.php <$p/test.in>$p/test.out
-if [ -z "$(diff $p/test.out $p/test.successful)" ]
-then
- echo "Test successful."
- rm $p/test.in $p/test.out
-else
- echo "Test unsuccessful. Check activity logs."
-fi
-