Looks fine.

Acked-By: Rishikesh K Rajak <[email protected]>

committed as d9f3d25b9db35073c7104b759d526869d9867692

Thanks
-Rishi



                                                                           
             [email protected]                                             
             .ibm.com                                                      
                                                                        To 
             04/26/2010 12:06          Rishikesh K Rajak/India/i...@ibmin,  
             PM                        [email protected]      
                                                                        cc 
                                       Robert Paulsen                      
                                       <[email protected]>               
                                                                   Subject 
                                       PATCH : test_fs_bind testscript for 
                                       busybox machines                    
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




Hi,

The test_fs_bind testscript hangs indefinitely when run on a machine
where busybox applets are used.

The test hangs while trying to restore the mounts after a test run.


This happens because the "xargs" applet from busybox doesn't understand
the --max-args=1 option. Thus, the mounts from the test are not removed
and this goes on in a loop, indefinitely.

This could be avoided by using "-n" option which is supported by both
the implementations of xargs.


Attached the patch here.

Thanks

Suzuki
(See attached file: fix_fs_bind_tests_for_busybox_machines.diff)

Attachment: fix_fs_bind_tests_for_busybox_machines.diff
Description: Binary data

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to