summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-18 16:26:52 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-18 16:26:52 (GMT)
commita8483937bc06458979d01d0aa60721c081aede10 (patch)
tree92c763b380a611541119e1a6e2568cc25fa193b9 /test
parentd98dee68ba2ce1e0fe663fe06b469fca25205842 (diff)
added telnet control interface
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-simple.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-simple.sh b/test/test-simple.sh
index bc1ab60..233d411 100755
--- a/test/test-simple.sh
+++ b/test/test-simple.sh
@@ -5,7 +5,7 @@ if [ -z "$1" ]; then
exit 1
fi
-#curl -XPOST 'http://localhost:4000/public/simple' -d @$1
-curl -H "X-Forwarded-User: heslinki" -XPOST 'http://localhost:4000/trusted/simple' -d @$1
+#curl -XPOST 'http://localhost:4080/public/simple' -d @$1
+curl -H "X-Forwarded-User: heslinki" -XPOST 'http://localhost:4080/trusted/simple' -d @$1
exit 0