Hi!
> Busybox's xargs doesn't recongize the --max-args option. Use -n instead.
> 
> Signed-off-by: Andrew Chen <[email protected]>
> ---
>  ltp-full-20101031/testscripts/test_fs_bind.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/ltp-full-20101031/testscripts/test_fs_bind.sh 
> b/ltp-full-20101031/testscripts/test_fs_bind.sh
> index 9ab533a..6b986dc 100755
> --- a/ltp-full-20101031/testscripts/test_fs_bind.sh
> +++ b/ltp-full-20101031/testscripts/test_fs_bind.sh
> @@ -318,7 +318,7 @@ restore_mounts()
>       # new mounts around and will never remove mounts outside the test
>       # directory
>       ( while grep_mounts ; do
> -             grep_mounts | awk '{print $3}' | xargs -r --max-args=1 umount -l
> +             grep_mounts | awk '{print $3}' | xargs -r -n 1 umount -l
>       done ) >& /dev/null
>  
>       # mount list and exit with 0

This patch is good to go, but doesn't apply.

git am ...
Applying: testcases: fs_bind: fix hanging of testscript
error: ltp-full-20101031/testscripts/test_fs_bind.sh: does not exist in index
Patch failed at 0001 testcases: fs_bind: fix hanging of testscript
When you have resolved this problem run "git am --resolved".
If you would prefer to skip this patch, instead run "git am --skip".
To restore the original branch and stop patching run "git am --abort".

As I said before there is ltp-full-20101031 that shouldn't be there.
Could you please fix and resend it.

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to