blob: 117ad61533776119021d619b589dc87536891b6d (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
#
bash check-network.sh || ! echo "skipping online unit tests" || exit 77
bash crawl-test.sh --errors 0 --files 3 \
--found ut.httrack.com/cookies/third.html \
--found ut.httrack.com/cookies/second.html \
--found ut.httrack.com/cookies/entrance.html \
httrack http://ut.httrack.com/cookies/entrance.php
|