X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fexamine-extremes.sh;h=5a0a630d7d046911c2eeb8bce3a4d826462dd8e9;hb=ee5220fe34ba25c47120fe5dc2e6e266cb439e92;hp=afecfa56cd7e57cad414ecd4935d0d23ac3c1e34;hpb=7e8eec6839205801adddbd6fafb2ceaf7c601d08;p=pspp-builds.git diff --git a/tests/command/examine-extremes.sh b/tests/command/examine-extremes.sh index afecfa56..5a0a630d 100755 --- a/tests/command/examine-extremes.sh +++ b/tests/command/examine-extremes.sh @@ -5,10 +5,14 @@ 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` STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH @@ -85,12 +89,12 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP -o raw-ascii $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare results" -perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g' +perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list +diff -b $TEMPDIR/pspp.list - << EOF 1.1 EXAMINE. Case Processing Summary #==#===============================# # # Cases # @@ -101,7 +105,6 @@ diff -b $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g' #==#==#=======#=#=======#==#=======# #V1#23| 100%|0| 0%|23| 100%# #==#==#=======#=#=======#==#=======# - 1.2 EXAMINE. Extreme Values #==========#===========#=====# # #Case Number|Value# @@ -120,7 +123,6 @@ diff -b $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g' # 5# 3| 3.00# # 6# 5| 4.00# #==========#===========#=====# - EOF if [ $? -ne 0 ] ; then fail ; fi