exclude: Unescape hashed patterns in wildcard mode.
[gnulib.git] / tests / test-xalloc-die.sh
index 03bad60..375cd14 100755 (executable)
@@ -18,7 +18,7 @@
 
 . "${srcdir=.}/init.sh"; path_prepend_ .
 
-test-xalloc-die 2> err > out
+test-xalloc-die${EXEEXT} > out 2> err
 case $? in
   1) ;;
   *) Exit 1;;