From: Robert W. <ro...@us...> - 2004-03-25 16:54:36
|
"sreerama" <sre...@mi...> wrote on 03/25/2004 10:17:28 AM: > Hi Robbie, > I have pasted snippet of the output when I execute nftw test with debug on. > =>./nftw01 > A call to int nftw(const char *path, int (*fn)(const > char *, const struct stat *, int, struct FTW *), int > depth, int flags) shall pass FTW_DNR as the third > argument of the function fn when the object is a > directory that cannot be read. > > TEST: nftw passes FTW_DNR when file is directory that cannot be read > nftw: Permission denied > nftw01 14 FAIL : Test failed > > Please tell me what is the problem with permission in this?? > > regards > Sreerama V Make sure you are running as 'root' and that "/tmp" has free space and 777 permissions. -Robbie Robert V. Williamson <ro...@us...> Linux Test Project IBM Linux Technology Center Web: http://www.linuxtestproject.org IRC: #ltp on freenode.irc.net ==================== "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." -Albert Einstein |