blob: ebc5bc10e4dc9b8c813fcd70f89a4cb4da7056d4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
#
bash check-network.sh || ! echo "skipping online unit tests" || exit 77
# http://code.google.com/p/httrack/issues/detail?id=42&can=1
# we expect 2 errors only because other links are too longs (to be modified if suitable)
bash crawl-test.sh --errors 2 --files 1 \
--found ut.httrack.com/overflow/longquerywithaccents.html \
httrack http://ut.httrack.com/overflow/longquerywithaccents.php
|