summaryrefslogtreecommitdiff
path: root/test/integration/test-authentication-basic
Commit message (Collapse)AuthorAgeFilesLines
* fix file ownership tests to work on kfreebsdDavid Kalnischkies2014-11-181-2/+2
| | | | | | While on linux files are created in /tmp with $USER:$USER, on my kfreebsd testmachine they are created with $USER:root, so we pull some strings here to make it work on both.
* tests: enhance output of grep and test failsDavid Kalnischkies2014-10-261-1/+1
| | | | Git-Dch: Ignore
* add test for Basic Authentication schemeDavid Kalnischkies2014-10-231-0/+106
Git-Dch: Ignore