summaryrefslogtreecommitdiff
path: root/session-test.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-13 09:25:12 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-13 09:25:12 +0100
commitd9e7f5ff48836e23b2de63d9871d337e3a8a475c (patch)
treee691823a6fc81be4610ebb9e7d1ae00d5cb9a5d9 /session-test.sh
parent1eedd103be4919683f2d0b2165cefe82b73e4a5f (diff)
remove unused data from the url in the session test script
Diffstat (limited to 'session-test.sh')
-rwxr-xr-xsession-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/session-test.sh b/session-test.sh
index d569d53..bfe6657 100755
--- a/session-test.sh
+++ b/session-test.sh
@@ -27,7 +27,7 @@ wget -q -O- \
"test",
{},
]
- }' "http://localhost:8080/ubus/$sid/session/list"
+ }' "http://localhost:8080/ubus/$sid"
echo "Request 2"
wget -q -O- \
--post-data='[
@@ -49,4 +49,4 @@ wget -q -O- \
{},
]
},
- ]' "http://localhost:8080/ubus/$sid/session/list"
+ ]' "http://localhost:8080/ubus/$sid"