X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Ft-test-groups.sh;h=cd13deebce0b701fb6bfcffd1f5d455610c05441;hb=04ffc94fe6e7940dd49bf3185048ba99aee58442;hp=c149ea56fae041a2a599de1d08b5f2e7bd52f553;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp diff --git a/tests/command/t-test-groups.sh b/tests/command/t-test-groups.sh index c149ea56fa..cd13deebce 100755 --- a/tests/command/t-test-groups.sh +++ b/tests/command/t-test-groups.sh @@ -9,7 +9,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`