Hi! > > I found there are two new LTP changes have been applied, which would be > > probably impact to your case: > > commit aabb8340f63ed31afe995fd97795e542dc68b93c > > Include usctest.h in test.h > > commit 605fa3362fd7cef0baa2131be32cf44661783d3e > > Get rid of TEST_CLEANUP > > > > Seems we should remove two lines of the testcase as below otherwise it > > can't be compile. > > OK, thanks! > I'll send V3 next Monday, in case somebody has other comments ;)
I've fixed that along with two smaller fixes and pushed the patches. Thanks. * The getpagesize() cannot fail so I've deleted the check for negative return value * I've changed the cleanup to do the chdir("..") only if the chdir to MNTPOINT was successful. Otherwise it may have fail if the cleanup was called from the setup before the chdir() was done. -- Cyril Hrubis chru...@suse.cz ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list