Update.
[pspp] / tests / command / trimmed-mean.sh
index 0690c0eabff3f6852a5e09c4ede70b1b46be4a92..ef11003b43fd33af1a648f49c3f0c2abd4747bc1 100755 (executable)
@@ -4,6 +4,7 @@
 # where the data is weighted towards the centre
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -48,7 +49,7 @@ cd $TEMPDIR
 
 
 activity="create program"
-cat > $TEMPDIR/out.stat <<EOF
+cat > $TESTFILE <<EOF
 DATA LIST LIST /x * c *.
 BEGIN DATA.
 1 1
@@ -67,12 +68,12 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="compare results"
-diff $TEMPDIR/pspp.list - << EOF
+diff -b -B $TEMPDIR/pspp.list - << EOF
 1.1 DATA LIST.  Reading free-form data from the command file.
 +--------+------+
 |Variable|Format|
@@ -100,13 +101,13 @@ diff $TEMPDIR/pspp.list - << EOF
 # 95% Confidence Interval for MeanLower Bound#  2.021  |          #
 #                                 Upper Bound#  2.017  |          #
 # 5% Trimmed Mean                            #   2.00  |          #
-# Median                                     #         |          #
+# Median                                     #   2.00  |          #
 # Variance                                   #   .058  |          #
 # Std. Deviation                             #   .242  |          #
 # Minimum                                    #  1.000  |          #
 # Maximum                                    #  3.000  |          #
 # Range                                      #  2.000  |          #
-# Interquartile Range                        #         |          #
+# Interquartile Range                        #   .00   |          #
 # Skewness                                   #  1.194  |   .330   #
 # Kurtosis                                   #  15.732 |   .650   #
 #============================================#=========#==========#