]> Zhao Yanbai Git Server - minix.git/commit
Clean up tests and do runtime test for max name length
authorThomas Veerman <thomas@minix3.org>
Fri, 26 Aug 2011 13:16:16 +0000 (13:16 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 26 Aug 2011 13:16:16 +0000 (13:16 +0000)
commit27a2afc1e7dd8408ab1fc229b53455012163bd37
tree27c4106335db0a3c4fed093462754c8b48833273
parent8a73de51f1d8a758ecf202bce9692534025058d7
Clean up tests and do runtime test for max name length

- Remove unused code
- Use standard functions declared in common.c
- Change tests to do a runtime test for the max name length of a path
  component (aka NAME_MAX). The actual value might differ from the hard
  coded NAME_MAX depending on the file system used.
22 files changed:
test/common.c
test/test20.c
test/test21.c
test/test22.c
test/test23.c
test/test24.c
test/test25.c
test/test26.c
test/test27.c
test/test28.c
test/test29.c
test/test30.c
test/test31.c
test/test32.c
test/test33.c
test/test34.c
test/test35.c
test/test36.c
test/test37.c
test/test38.c
test/test39.c
test/test53.c