summaryrefslogtreecommitdiff
path: root/tests/url/exec_test
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-04 15:42:51 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-04 15:42:51 +0200
commit39d78b3dd658db518740c561f0b4e80a43987a38 (patch)
tree254f224c2e109de8b4cbfac821c895ec891de1f3 /tests/url/exec_test
parent0c92e873518ce6a92caeba0be81a0d81d16c6ed8 (diff)
downloadcrawler-39d78b3dd658db518740c561f0b4e80a43987a38.tar.gz
crawler-39d78b3dd658db518740c561f0b4e80a43987a38.tar.bz2
rearangment for url testing
Diffstat (limited to 'tests/url/exec_test')
-rwxr-xr-xtests/url/exec_test12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/url/exec_test b/tests/url/exec_test
deleted file mode 100755
index 92b656f..0000000
--- a/tests/url/exec_test
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-BINARY=$1
-shift
-ID=$1
-shift
-TITLE=$1
-shift
-
-printf "$ID: $TITLE .. "
-./$BINARY $* >$ID.RES 2>&1
-diff $ID.MUST $ID.RES > $ID.DIFF && printf "OK\n" || printf "ERROR\n"