test-execute: move all files related to a specific directory
authorRonny Chevalier <chevalier.ronny@gmail.com>
Fri, 30 Oct 2015 17:03:18 +0000 (18:03 +0100)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Sat, 31 Oct 2015 14:07:19 +0000 (15:07 +0100)
commitac40081621ec299a55246519726a18dd2b08678c
treefd04adbfc0be773766d8a9180bf899e7b6cf6774
parent7d0f09a932182316aff4ea806c3993497b5bd859
test-execute: move all files related to a specific directory

To avoid polluting test/
76 files changed:
Makefile.am
src/test/test-execute.c
test/exec-capabilityboundingset-invert.service [deleted file]
test/exec-capabilityboundingset-merge.service [deleted file]
test/exec-capabilityboundingset-reset.service [deleted file]
test/exec-capabilityboundingset-simple.service [deleted file]
test/exec-environment-empty.service [deleted file]
test/exec-environment-multiple.service [deleted file]
test/exec-environment.service [deleted file]
test/exec-environmentfile.service [deleted file]
test/exec-group.service [deleted file]
test/exec-ignoresigpipe-no.service [deleted file]
test/exec-ignoresigpipe-yes.service [deleted file]
test/exec-ioschedulingclass-best-effort.service [deleted file]
test/exec-ioschedulingclass-idle.service [deleted file]
test/exec-ioschedulingclass-none.service [deleted file]
test/exec-ioschedulingclass-realtime.service [deleted file]
test/exec-oomscoreadjust-negative.service [deleted file]
test/exec-oomscoreadjust-positive.service [deleted file]
test/exec-personality-s390.service [deleted file]
test/exec-personality-x86-64.service [deleted file]
test/exec-personality-x86.service [deleted file]
test/exec-privatedevices-no.service [deleted file]
test/exec-privatedevices-yes.service [deleted file]
test/exec-privatenetwork-yes.service [deleted file]
test/exec-privatetmp-no.service [deleted file]
test/exec-privatetmp-yes.service [deleted file]
test/exec-runtimedirectory-mode.service [deleted file]
test/exec-runtimedirectory-owner.service [deleted file]
test/exec-runtimedirectory.service [deleted file]
test/exec-systemcallerrornumber.service [deleted file]
test/exec-systemcallfilter-failing.service [deleted file]
test/exec-systemcallfilter-failing2.service [deleted file]
test/exec-systemcallfilter-not-failing.service [deleted file]
test/exec-systemcallfilter-not-failing2.service [deleted file]
test/exec-umask-0177.service [deleted file]
test/exec-umask-default.service [deleted file]
test/exec-user.service [deleted file]
test/exec-workingdirectory.service [deleted file]
test/test-execute/exec-capabilityboundingset-invert.service [new file with mode: 0644]
test/test-execute/exec-capabilityboundingset-merge.service [new file with mode: 0644]
test/test-execute/exec-capabilityboundingset-reset.service [new file with mode: 0644]
test/test-execute/exec-capabilityboundingset-simple.service [new file with mode: 0644]
test/test-execute/exec-environment-empty.service [new file with mode: 0644]
test/test-execute/exec-environment-multiple.service [new file with mode: 0644]
test/test-execute/exec-environment.service [new file with mode: 0644]
test/test-execute/exec-environmentfile.service [new file with mode: 0644]
test/test-execute/exec-group.service [new file with mode: 0644]
test/test-execute/exec-ignoresigpipe-no.service [new file with mode: 0644]
test/test-execute/exec-ignoresigpipe-yes.service [new file with mode: 0644]
test/test-execute/exec-ioschedulingclass-best-effort.service [new file with mode: 0644]
test/test-execute/exec-ioschedulingclass-idle.service [new file with mode: 0644]
test/test-execute/exec-ioschedulingclass-none.service [new file with mode: 0644]
test/test-execute/exec-ioschedulingclass-realtime.service [new file with mode: 0644]
test/test-execute/exec-oomscoreadjust-negative.service [new file with mode: 0644]
test/test-execute/exec-oomscoreadjust-positive.service [new file with mode: 0644]
test/test-execute/exec-personality-s390.service [new file with mode: 0644]
test/test-execute/exec-personality-x86-64.service [new file with mode: 0644]
test/test-execute/exec-personality-x86.service [new file with mode: 0644]
test/test-execute/exec-privatedevices-no.service [new file with mode: 0644]
test/test-execute/exec-privatedevices-yes.service [new file with mode: 0644]
test/test-execute/exec-privatenetwork-yes.service [new file with mode: 0644]
test/test-execute/exec-privatetmp-no.service [new file with mode: 0644]
test/test-execute/exec-privatetmp-yes.service [new file with mode: 0644]
test/test-execute/exec-runtimedirectory-mode.service [new file with mode: 0644]
test/test-execute/exec-runtimedirectory-owner.service [new file with mode: 0644]
test/test-execute/exec-runtimedirectory.service [new file with mode: 0644]
test/test-execute/exec-systemcallerrornumber.service [new file with mode: 0644]
test/test-execute/exec-systemcallfilter-failing.service [new file with mode: 0644]
test/test-execute/exec-systemcallfilter-failing2.service [new file with mode: 0644]
test/test-execute/exec-systemcallfilter-not-failing.service [new file with mode: 0644]
test/test-execute/exec-systemcallfilter-not-failing2.service [new file with mode: 0644]
test/test-execute/exec-umask-0177.service [new file with mode: 0644]
test/test-execute/exec-umask-default.service [new file with mode: 0644]
test/test-execute/exec-user.service [new file with mode: 0644]
test/test-execute/exec-workingdirectory.service [new file with mode: 0644]