]> granicus.if.org Git - strace/commit
tests: add umount.test and umount2.test
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 7 Dec 2015 00:06:35 +0000 (00:06 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 7 Dec 2015 01:23:39 +0000 (01:23 +0000)
commit08a178366aeb7befba2fcd173aad9e4cc38ab0c5
tree2958528db9fd705c4569ffbb38e9fe9113080b46
parent6a8095eaedb4ab9a0752f8a5898c210b82b41e29
tests: add umount.test and umount2.test

* tests/umount.c: New file.
* tests/umount2.c: Likewise.
* tests/umount.test: New test.
* tests/umount2.test: Likewise.
* tests/Makefile.am (check_PROGRAMS): Add umount and umount2.
(TESTS): Add umount.test and umount2.test.
* tests/.gitignore: Add umount and umount2.
tests/.gitignore
tests/Makefile.am
tests/umount.c [new file with mode: 0644]
tests/umount.test [new file with mode: 0755]
tests/umount2.c [new file with mode: 0644]
tests/umount2.test [new file with mode: 0755]