summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/testApp.sh')
-rwxr-xr-xsrc/testApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testApp.sh b/src/testApp.sh
index 0d31830..cd8a4e4 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -2,7 +2,7 @@
# If an argument is passed (=URL), set the URL.
# If no arg are passed, set the default test URL.
if [ $# = 0 ]; then
- url="http://132.230.4.3/webkitTest.html"
+ url="http://132.230.4.3/test.html"
else
url=$1
fi