Hi all,

I saw that we have 2 copies of fsstress test case inside LTP, one 
at "testcases/network/nfs/nfs_fsstress/fsstress.c" and the other 
at "testcases/kernel/fs/fsstress/fsstress.c". 

The diff between both files:
diff ./testcases/network/nfs/nfs_fsstress/fsstress.c 
./testcases/kernel/fs/fsstress/fsstress.c
490c490
<         sprintf(cmd,"rm -rf %s",dirname);
---
>         sprintf(cmd,"rm -rf %s/*",dirname);

Someone did the latest commit at the kernel/fs file (Corrected a rm -rf 
section.): 
http://ltp.cvs.sourceforge.net/ltp/ltp/testcases/kernel/fs/fsstress/fsstress.c?r1=1.8&r2=1.9

Could someone update the file testcases/network/nfs/nfs_fsstress/fsstress.c 
with testcases/kernel/fs/fsstress/fsstress.c ?

Thanks,
-- 
Ricardo Salveti de Araujo

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to