X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fadd-files.sh;h=4cba8ceb4ff71cb0b999630deb635acc1ff988a3;hb=57847b89fe3b943d414ac797d3efe11bd847cfff;hp=d2b164bf4f0a06ebcd69efa0d374eb761211f226;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/command/add-files.sh b/tests/command/add-files.sh index d2b164bf4f..4cba8ceb4f 100755 --- a/tests/command/add-files.sh +++ b/tests/command/add-files.sh @@ -10,7 +10,7 @@ TESTFILE=$TEMPDIR/add-files.pspp 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`