aboutsummaryrefslogtreecommitdiff
path: root/support/test-container.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-11test-container: print errno when execvp failsMichael Hudson-Doyle1-1/+1
2020-02-03test-container: add exec, cwdDJ Delorie1-13/+65
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-24Add wait-for-debugger test harness hooksDJ Delorie1-0/+22
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-13Avoid fall-through in test-container if execlp fails.Joseph Myers1-0/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-10test-container: move postclean outside of namespace changesDJ Delorie1-8/+37
2018-12-04test-container: add "su" command to run test as root, add unshare hintsDJ Delorie1-4/+64
2018-11-02support/test-container.c: Include <libc-pointer-arith.h>Florian Weimer1-0/+1
2018-10-04Adjust name of ld.so in test-container.c.Stefan Liebler1-2/+1
2018-08-31test-container: Use xcopy_file_range for cross-device copy [BZ #23597]H.J. Lu1-2/+1
2018-08-28test-container: EPERM from unshare is UNSUPPORTEDFlorian Weimer1-2/+3
2018-08-22Add test-in-container infrastructure.DJ Delorie1-0/+988