X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Faggregate.sh;h=8fca96fab01db1991b6f770b3e84b4ce39d6367b;hb=274c90615ffd6975784232b709cff0b99da8b38d;hp=b85edba304dc7c32c21c2c4f921833a000b2cb30;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/command/aggregate.sh b/tests/command/aggregate.sh index b85edba3..8fca96fa 100755 --- a/tests/command/aggregate.sh +++ b/tests/command/aggregate.sh @@ -150,6 +150,10 @@ EOF activity="expected output (itemwise missing) create" cat > agg-itemwise.out < agg-columnwise.out </dev/null 2>&1 + $SUPERVISOR $PSPP --testing-mode -e /dev/null $name.pspp if [ $? -ne 0 ] ; then no_result ; fi activity="check $name output" - perl -pi -e 's/^\s*$//g' pspp.list agg-$missing.out + perl -pi -e 's/^\s*$//g;s/^.*:\d+: //;' pspp.list agg-$missing.out diff -b -w pspp.list agg-$missing.out if [ $? -ne 0 ] ; then fail ; fi done