X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fcompression.sh;h=d2147237e2d8cb8ee1e1669c2ebf212facf766db;hb=da333d7456a56655ebf4ce0e16e6cf468ab1c1af;hp=e705480c4ce10bf78e5f73736f835a64159be76d;hpb=916d376c0868edf6d271a4fe9fdc96107f69002f;p=pspp-builds.git diff --git a/tests/bugs/compression.sh b/tests/bugs/compression.sh index e705480c..d2147237 100755 --- a/tests/bugs/compression.sh +++ b/tests/bugs/compression.sh @@ -10,6 +10,7 @@ if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi if [ -z "$top_builddir" ] ; then top_builddir=. ; fi top_srcdir=`cd $top_srcdir; pwd` top_builddir=`cd $top_builddir; pwd` +PSPP=$top_builddir/src/ui/terminal/pspp export STAT_CONFIG_PATH=$top_srcdir/config @@ -71,20 +72,27 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $top_builddir/src/pspp --testing-mode -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then fail ; fi # Make sure the file really was compressed activity="inspect system file" -dd if=$TEMPDIR/com.sav bs=1 skip=72 count=1 2> /dev/null | od > $TEMPDIR/file +dd if=$TEMPDIR/com.sav bs=1 skip=72 count=4 2> /dev/null | od > $TEMPDIR/file if [ $? -ne 0 ] ; then no_result ; fi -activity="check compression byte" -diff $TEMPDIR/file - < /dev/null < /dev/null <