[Fuego] [PATCH 1/2] LTP: add " " after this character "["

Bird, Timothy Tim.Bird at sony.com
Fri Nov 17 01:20:33 UTC 2017


Applied - Thanks!
 -- Tim


> -----Original Message-----
> From: fuego-bounces at lists.linuxfoundation.org [mailto:fuego-
> bounces at lists.linuxfoundation.org] On Behalf Of Liu Wenlong
> Sent: Thursday, November 16, 2017 1:39 AM
> To: fuego at lists.linuxfoundation.org
> Subject: [Fuego] [PATCH 1/2] LTP: add " " after this character "["
> 
> Signed-off-by: Liu Wenlong <liuwl.fnst at cn.fujitsu.com>
> ---
>  engine/tests/Functional.LTP/ltp_target_run.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/engine/tests/Functional.LTP/ltp_target_run.sh
> b/engine/tests/Functional.LTP/ltp_target_run.sh
> index 7031701..5e123aa 100755
> --- a/engine/tests/Functional.LTP/ltp_target_run.sh
> +++ b/engine/tests/Functional.LTP/ltp_target_run.sh
> @@ -32,7 +32,7 @@ done
>  # gather posix results into pts.log
>  export LOGFILE=${OUTPUT_DIR}/pts.log
>  # remove any previous posix results
> -[-e ${LOGFILE} ] && rm ${LOGFILE}
> +[ -e ${LOGFILE} ] && rm ${LOGFILE}
>  for i in ${PTSTESTS}; do
>      echo "ltp_target_run: doing test $i"
>      # PTS scripts seem to have some bashims
> --
> 2.7.4
> 
> 
> 
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego


More information about the Fuego mailing list