[PATCH 0/3] tests: add tests for uname, rename and umask

Fei Jie feij.fnst at cn.fujitsu.com
Fri Feb 26 09:41:36 UTC 2016


tests: add uname.test, rename.test and umask.test.

Fei Jie (3):
  tests: add uname.test
  tests: add rename.test
  tests: add umask.test

 tests/.gitignore  |  3 +++
 tests/Makefile.am |  6 ++++++
 tests/rename.c    | 27 +++++++++++++++++++++++++++
 tests/rename.test | 11 +++++++++++
 tests/umask.c     | 25 +++++++++++++++++++++++++
 tests/umask.test  | 11 +++++++++++
 tests/uname.c     | 38 ++++++++++++++++++++++++++++++++++++++
 tests/uname.test  | 11 +++++++++++
 8 files changed, 132 insertions(+)
 create mode 100644 tests/rename.c
 create mode 100755 tests/rename.test
 create mode 100644 tests/umask.c
 create mode 100755 tests/umask.test
 create mode 100644 tests/uname.c
 create mode 100755 tests/uname.test

-- 
1.8.3.1







More information about the Strace-devel mailing list