From d9e7f5ff48836e23b2de63d9871d337e3a8a475c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 Jan 2013 09:25:12 +0100 Subject: [PATCH] remove unused data from the url in the session test script --- session-test.sh | 4 ++-- 1 file 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" -- 2.11.0