X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fweight.sh;h=40a3ca9c4e32e77dfcf27643d4bdf0babcddc15c;hb=refs%2Ftags%2Ffc11-i386-build74;hp=6d90315652246bb061504b15db42a7d68880ec29;hpb=af4066391f20365e210460a736b1b02efe194da6;p=pspp-builds.git diff --git a/tests/command/weight.sh b/tests/command/weight.sh index 6d903156..40a3ca9c 100755 --- a/tests/command/weight.sh +++ b/tests/command/weight.sh @@ -61,6 +61,7 @@ cd $TEMPDIR activity="create program" cat > $TESTFILE << EOF +SET FORMAT F8.3. data list file='$top_srcdir/tests/weighting.data'/AVAR 1-5 BVAR 6-10. weight by BVAR. @@ -76,97 +77,88 @@ $SUPERVISOR $PSPP --testing-mode $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 - <