summaryrefslogtreecommitdiff
path: root/tests/030-xauth-extract.script
Commit message (Collapse)AuthorAgeFilesLines
* tests: make tests work in out-of-tree buildsAlan Coopersmith2021-11-301-2/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Removed build requirement "cmdtest".Dr. Tilmann Bubeck2021-11-291-3/+3
| | | | Replaced by a shell script with the needed functionality.
* Improve portabilityBaptiste Daroussin2021-11-291-1/+1
| | | | | | | | | | | there is no need to hard depend on bash given almost all the code is /bin/sh compliant Remove the function keyword from setup-source to make it /bin/sh compliant pipe wc -l output to xargs to make the command output compatible with both GNU wc and BSD wc (which prefix the output with a tab)
* Fix spelling/wording issuesAlan Coopersmith2021-11-281-1/+1
| | | | | | | Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Added black box tests for basic functionality started with "make check".Dr. Tilmann Bubeck2013-10-061-0/+26