bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/test-xalloc-die.sh: Use $EXEEXT.


From: Bruno Haible
Subject: Re: [PATCH] tests/test-xalloc-die.sh: Use $EXEEXT.
Date: Wed, 13 Jan 2010 00:23:00 +0100
User-agent: KMail/1.9.9

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

[Prev in Thread] Current Thread [Next in Thread]