X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsample.sh;h=8a210d02633a80c681f83afb141691c59f4ace05;hb=0db7a98b55853dd99701c95dffb3ecb97cee5343;hp=6d3317e43a70af5a73228a60a4145581924f9d26;hpb=c0ed03fd27298cf2b18f0fb373e919ab8b4ae4f4;p=pspp-builds.git diff --git a/tests/command/sample.sh b/tests/command/sample.sh index 6d3317e4..8a210d02 100755 --- a/tests/command/sample.sh +++ b/tests/command/sample.sh @@ -3,17 +3,24 @@ # This program tests the SAMPLE function TEMPDIR=/tmp/pspp-tst-$$ +TESTFILE=$TEMPDIR/`basename $0`.sps -here=`pwd`; +# ensure that top_builddir are absolute +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 # ensure that top_srcdir is absolute -cd $top_srcdir; top_srcdir=`pwd` +top_srcdir=`cd $top_srcdir; pwd` -export STAT_CONFIG_PATH=$top_srcdir/config +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH cleanup() { + cd / rm -rf $TEMPDIR } @@ -50,7 +57,7 @@ activity="create program" cat > $TEMPDIR/sample.stat <