Simon Josefsson wrote:
> diff --git a/tests/test-xalloc-die.sh b/tests/test-xalloc-die.sh
> index 03bad60..80d6208 100755
> --- a/tests/test-xalloc-die.sh
> +++ b/tests/test-xalloc-die.sh
> @@ -18,7 +18,7 @@
>  
>  . "${srcdir=.}/init.sh"; path_prepend_ .
>  
> -test-xalloc-die 2> err > out
> +test-xalloc-die${EXEEXT} 2> err > out
>  case $? in
>    1) ;;
>    *) Exit 1;;

Under which circumstances is this needed? Jim said in [1]:
  "there's no more need for the $EXE suffix,
   since we're using PATH."

Bruno

[1] http://lists.gnu.org/archive/html/bug-gnulib/2009-11/msg00375.html


Reply via email to