File: propfind

package info (click to toggle)
weborf 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,152 kB
  • sloc: sh: 5,272; ansic: 3,505; python: 762; makefile: 119; xml: 44
file content (7 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash
. testsuite/functions.sh

PORT=12355
run_weborf -b site1 -p $PORT --propfind

curl -siLXPROPFIND http://127.0.0.1:$PORT | grep "207 OK"