summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-07 22:51:26 +0100
committerJonathan Bauer2011-03-07 22:51:26 +0100
commitad93d229918d3e3ce50ec5e374022449ce7c4c09 (patch)
treef0bdde02579ff9bc18d50773d4f754776c47bd6e /src/testApp.sh
parentadios webkitTest.html (diff)
downloadfbgui-ad93d229918d3e3ce50ec5e374022449ce7c4c09.tar.gz
fbgui-ad93d229918d3e3ce50ec5e374022449ce7c4c09.tar.xz
fbgui-ad93d229918d3e3ce50ec5e374022449ce7c4c09.zip
hello test.html
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