changeset 12732:4364965e9c78

tests/test-xalloc-die.sh: Use $EXEEXT.
author Simon Josefsson <simon@josefsson.org>
date Tue, 12 Jan 2010 15:31:07 +0100
parents 62f595fee4e1
children d228cbdd0109
files ChangeLog tests/test-xalloc-die.sh
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-12  Simon Josefsson  <simon@josefsson.org>
+
+	* tests/test-xalloc-die.sh: Use $EXEEXT.
+
 2010-01-12  Simon Josefsson  <simon@josefsson.org>
             Bruno Haible  <bruno@clisp.org>
 
--- 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;;