]> granicus.if.org Git - strace/commit
tests: prepare for introduction of -e inject= option
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 8 Feb 2017 09:28:30 +0000 (09:28 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 8 Feb 2017 09:28:30 +0000 (09:28 +0000)
commitd1dfcc533e918307d1f8b75ece1b5fe53fbb8c3b
treeb3fdd5b3c647a66d047e40ba0d28c178ad4ef359
parentd5152aae15bbc4a34242ec02fc822ea6be019415
tests: prepare for introduction of -e inject= option

Rename files related to fault injection to avoid further confusion.

* tests/fault_injection-exit_group.expected: Rename
to tests/qual_fault-exit_group.expected.
* tests/fault_injection-exit_group.test: Rename
to tests/qual_fault-exit_group.test.
* tests/fault_syntax.test: Rename to tests/qual_fault-syntax.test.
* tests/fault_injection.c: Rename to tests/qual_fault.c.
* tests/fault_injection.test: Rename to tests/qual_fault.test.
* tests/fault_injection-retval.c: Rename to tests/qual_inject-retval.c.
* tests/fault_injection-retval.test: Rename
to tests/qual_inject-retval.test.
* tests/fault_injection.sh: Rename to tests/scno_tampering.sh.
* tests/.gitignore: Update.
* tests/Makefile.am (check_PROGRAMS, DECODER_TESTS, MISC_TESTS,
EXTRA_DIST): Update.
tests/.gitignore
tests/Makefile.am
tests/qual_fault-exit_group.expected [moved from tests/fault_injection-exit_group.expected with 100% similarity]
tests/qual_fault-exit_group.test [moved from tests/fault_injection-exit_group.test with 98% similarity]
tests/qual_fault-syntax.test [moved from tests/fault_syntax.test with 100% similarity]
tests/qual_fault.c [moved from tests/fault_injection.c with 100% similarity]
tests/qual_fault.test [moved from tests/fault_injection.test with 98% similarity]
tests/qual_inject-retval.c [moved from tests/fault_injection-retval.c with 100% similarity]
tests/qual_inject-retval.test [moved from tests/fault_injection-retval.test with 76% similarity]
tests/scno_tampering.sh [moved from tests/fault_injection.sh with 100% similarity]