Pushed. /Simon
--- ChangeLog | 4 ++++ tests/test-xalloc-die.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index fac2f33..7e9fc3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ 2010-01-12 Simon Josefsson <si...@josefsson.org> + + * tests/test-xalloc-die.sh: Use $EXEEXT. + +2010-01-12 Simon Josefsson <si...@josefsson.org> Bruno Haible <br...@clisp.org> getlogin, getlogin_r: Avoid test failure. 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;; -- 1.6.6