maint.mk: remove obsolete comments
[pspp] / tests / test-xalloc-die.sh
index 03bad60cf05a49263947d3c17268055d2b8c14ef..80d6208d030c1f5b809d5b72ec8a78340bf18e11 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;;