X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fpermissions.sh;h=7c4504a70240fa59f48c5f48ae0ac8c2b325dc83;hb=3da49359c52cb783db907cc197847bbd5e721c97;hp=0234187ee825d02f276c1dabe38e0d13c20d5541;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp diff --git a/tests/command/permissions.sh b/tests/command/permissions.sh index 0234187ee8..7c4504a702 100755 --- a/tests/command/permissions.sh +++ b/tests/command/permissions.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`