From: Felix Fietkau Date: Sun, 13 Jan 2013 08:25:12 +0000 (+0100) Subject: remove unused data from the url in the session test script X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=commitdiff_plain;h=d9e7f5ff48836e23b2de63d9871d337e3a8a475c remove unused data from the url in the session test script --- 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"