X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fpermissions.sh;h=7c4504a70240fa59f48c5f48ae0ac8c2b325dc83;hb=0618de5992e81fb4777a1a638e590ae7a81fd332;hp=0234187ee825d02f276c1dabe38e0d13c20d5541;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;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`