X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Froc2.sh;h=6cd9a44413e96dea1664951881fce93941dc5e9b;hb=fe425c89a0080e781a6fb67e36d050c74cb50c09;hp=7976a6e4ae42f88ae56843e46742c58450de02ef;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/command/roc2.sh b/tests/command/roc2.sh index 7976a6e4ae..6cd9a44413 100755 --- a/tests/command/roc2.sh +++ b/tests/command/roc2.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`