From f128c0f51325939a10000b8f0a4337571f873892 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Thu, 23 Oct 2014 12:58:46 +0200 Subject: hub: fix filtered queries, remove unused functions --- src/hub/test-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hub/test-client') diff --git a/src/hub/test-client b/src/hub/test-client index a26ce75..859b2da 100755 --- a/src/hub/test-client +++ b/src/hub/test-client @@ -9,7 +9,7 @@ echo show query result wget -q -S -O - 'http://localhost:8000/updates?from=2013-10-24T05:00:00Z&to=2013-10-24T00:05:20Z' echo '\npost update' -wget --post-file='../../dat/sample-post.json' 'http://localhost:8000/updates' +wget -q -S -O - --post-file='../../dat/sample-post.json' 'http://localhost:8000/updates' echo '\ndone' -- cgit v1.2.3