Hi! > - while (1) { > - sprintf(lname, "%s%ld", BASENAME, ++link_max); > - TEST(link(TEST_EMLINK, lname)); > - if (TEST_RETURN == -1) { > - switch (TEST_ERRNO) { > - case EMLINK: > - tst_resm(TINFO, "for %s the max links is %ld", > - fstype, link_max); > - break; > - default: > - tst_brkm(TBROK | TTERRNO, cleanup, > - "Unexpected error: "); > - break; > - } > - break; > - } > - } > -}
You have removed the code that initializes lname which broke the test because empty string was passed to the link() call. I've fixed it and pushed, thanks. -- Cyril Hrubis chru...@suse.cz ------------------------------------------------------------------------------ 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 Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list