Tests of module 'string' in C++ mode.
[gnulib.git] / tests / test-xalloc-die.sh
index 03bad60..80d6208 100755 (executable)
@@ -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;;