Add $EXEEXT to names of binaries executed in tests.
[pspp-builds.git] / tests / bugs / agg_crash.sh
index 43fd9f8c47a13bca00092282932b59ccab028016..3f3478d0e378684f0970b513aa29cd842c0c5d77 100755 (executable)
@@ -10,7 +10,7 @@ TESTFILE=$TEMPDIR/`basename $0`.sps
 if [ -z "$top_builddir" ] ; then top_builddir=. ; fi
 if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi
 top_builddir=`cd $top_builddir; pwd`
-PSPP=$top_builddir/src/ui/terminal/pspp
+PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT
 
 # ensure that top_srcdir is absolute
 top_srcdir=`cd $top_srcdir; pwd`