summaryrefslogtreecommitdiff
path: root/tests/check-network.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check-network.sh')
-rwxr-xr-xtests/check-network.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-network.sh b/tests/check-network.sh
index 85c96ea..07310f2 100755
--- a/tests/check-network.sh
+++ b/tests/check-network.sh
@@ -20,7 +20,7 @@ if test -f $cache ; then
fi
# fetch single file
-if bash crawl-test.sh --errors 0 --files 1 --summary httrack --timeout=3 --max-time=3 "$url" 2>/dev/null >/dev/null ; then
+if bash crawl-test.sh --errors 0 --files 1 httrack --timeout=3 --max-time=3 "$url" 2>/dev/null >/dev/null ; then
echo "ok" > $cache
exit 0
else