Index: [Article Count Order] [Thread]

Date: Mon, 23 Mar 2009 11:47:12 +0900
From: Hiroki ENDO <velo@tahi.org>
Subject: [users:01126] Re: required /bin/sh version for interoperability tests?
To: users@tahi.org, <Ryan_D_Phillips@Dell.com>
Message-Id: <20090323114712.c54a3498.velo@tahi.org>
In-Reply-To: <C602DB4CB80BF54194816250C56A2C1101ED4AED@ausx3mpc112.aus.amer.dell.com>
References: <C602DB4CB80BF54194816250C56A2C1101ED4AED@ausx3mpc112.aus.amer.dell.com>
X-Mail-Count: 01126

Hi Ryan,

I do not know shell which supports -c option as you expect.
Current scenario works on Fedora9.
Has anyone face this problem?

To avoid your problem, could you try replacing '/bin/sh -c ping6' to
'ping6', please?

Best Regards,
--
Hiroki ENDO

On Tue, 17 Mar 2009 11:09:25 -0500
<Ryan_D_Phillips@Dell.com> wrote:

> The vel-4.0.0.tar.gz Interoperability Test Tools seem to use /bin/sh
> with the -c option to execute a command string. The versions of sh we
> are using on RHEL5 require everything after -c to be quoted; however,
> the Tahi test suite has scripts with numerous entries in the following
> format:
> 
>  
> 
>   /bin/sh -c ping6 -c 5 ..more..options.. [ipv6.address]
> 
>  
> 
> Does anyone know which shell is supported by the suite?
> 
>  
> 
> Regards,
> 
> Ryan Phillips
> 
>