summaryrefslogtreecommitdiff
path: root/test/test-simple.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-10 16:30:40 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-10 16:30:40 (GMT)
commitfa921c13ae7d2fb82ab5801244b6b1e9ef7db371 (patch)
tree9e0abeebd534f179fab16042cd8f5e867bbcb66d /test/test-simple.sh
parentce68e63d07aa6efa926601298a472818ae6a37a6 (diff)
added support for progress callbacks
Diffstat (limited to 'test/test-simple.sh')
-rwxr-xr-xtest/test-simple.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-simple.sh b/test/test-simple.sh
index e797dd1..bc1ab60 100755
--- a/test/test-simple.sh
+++ b/test/test-simple.sh
@@ -5,6 +5,7 @@ if [ -z "$1" ]; then
exit 1
fi
-curl -XPOST 'http://localhost:4000/public/simple' -d @$1
+#curl -XPOST 'http://localhost:4000/public/simple' -d @$1
+curl -H "X-Forwarded-User: heslinki" -XPOST 'http://localhost:4000/trusted/simple' -d @$1
exit 0