Hi! > Merge truncate03, truncate04 into truncate03 test. > Delete some useless comments. > Use some SAFE_* macros. > Move the test body from main() to truncate_verify().
Pushed with minor changes, thanks. > +static char High_address_node[64]; I've removed this array, because it is not uses for anything. > +char Longpathname[PATH_MAX + 2]; I've changed this identifier not to be in MixedCase. > + SAFE_TOUCH(cleanup, TEST_FILE1, FILE_MODE, NULL); > + SAFE_CHMOD(cleanup, TEST_FILE1, NEW_MODE); And these two were replaced by single: SAFE_TOUCH(cleanup, TEST_FILE1, NEW_MODE, NULL); -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
