[PATCH] Fix misquoting in simple/runtests.sh

Matt Helsley matthltc at us.ibm.com
Tue Aug 4 16:46:58 PDT 2009


Also for cr_tests.

On Tue, Aug 04, 2009 at 04:43:10PM -0700, Matt Helsley wrote:
> Signed-off-by: Matt Helsley <matthltc at us.ibm.com>
> ---
>  simple/runtests.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>  mode change 100644 => 100755 simple/runtests.sh
> 
> diff --git a/simple/runtests.sh b/simple/runtests.sh
> old mode 100644
> new mode 100755
> index 99bc133..860a5ee
> --- a/simple/runtests.sh
> +++ b/simple/runtests.sh
> @@ -22,7 +22,7 @@ if [ ! $v -gt 0 ]; then
>  fi
> 
>  $RSTR < out
> -v=`grep ret /tmp/cr-test.out | awk -F=  '{ print $2 '}`
> +v=`grep ret /tmp/cr-test.out | awk -F=  '{ print $2 }'`
>  if [ "x$v" == "x" ]; then
>  	echo "FAIL - rstrt return value was not in /tmp/cr-test.out"
>  	exit 4
> -- 
> 1.5.6.3
> 


More information about the Containers mailing list