Thomas Veerman
27a2afc1e7
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.
2011-08-26 13:16:16 +00:00
Thomas Veerman
253b4b3fe5
- Add support for ST_NOTRUNC to struct statvfs.
...
- Let tests that test for long file names check for that flag, so that they can
verify the results properly.
2010-08-02 11:16:32 +00:00
Kees van Reeuwijk
0cfdb11450
Repair errors and warnings flagged by llvm.
2010-07-06 11:29:23 +00:00
Erik van der Kouwe
f92e0dafb5
Disabled check in test 28 which hard links a directory; this is nott required by POSIX and not supported (currently) by MINIX. Also corrected total number of tests.
2009-09-04 20:23:25 +00:00
Ben Gras
a17d7c827b
Al's no-double-empty-lines crusade
2005-08-22 15:08:27 +00:00
Ben Gras
821dfb06ed
Minor fixes. (Skip test 28 LINK_MAX links generation, it takes too long.)
2005-05-17 08:40:32 +00:00
Ben Gras
9d93a8eade
changed [skip]ped tests to start working, even with the large LINK_MAX
2005-05-09 13:39:23 +00:00
Ben Gras
9865aeaa79
Initial revision
2005-04-21 14:53:53 +00:00