diff --git a/tests/webget_t.sh b/tests/webget_t.sh index b970130a35a496e3cc73ff4e9c7b3f7e70383176..95f1216ac37912bb53b69a2c7bad2bb0d7bf4247 100755 --- a/tests/webget_t.sh +++ b/tests/webget_t.sh @@ -1,9 +1,9 @@ #!/bin/bash -/headless/sponge/tun.sh start +../tun.sh start service apache2 start echo "QWx0NhMPkoM/bJr/ohvHXlviFhOyYrYb+qqdOnwLYo4" > /var/www/html/xyzzy -WEB_HASH=`./apps/webget 127.0.0.1 /xyzzy | tee /dev/stderr | tail -n 1` +WEB_HASH=`./apps/webget 169.254.145.1 /xyzzy | tee /dev/stderr | tail -n 1` CORRECT_HASH="QWx0NhMPkoM/bJr/ohvHXlviFhOyYrYb+qqdOnwLYo4" if [ "${WEB_HASH}" != "${CORRECT_HASH}" ]; then