X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsample.sh;h=4d001bf7ff69004775758c5d16dadad5b7606e21;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=4f4515e2be05073a21a85232970a2bdbe77b5069;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/command/sample.sh b/tests/command/sample.sh index 4f4515e2..4d001bf7 100755 --- a/tests/command/sample.sh +++ b/tests/command/sample.sh @@ -85,19 +85,17 @@ $SUPERVISOR $PSPP --testing-mode $TEMPDIR/sample.stat if [ $? -ne 0 ] ; then no_result ; fi activity="create head" -grep -v '^\ *$' $TEMPDIR/pspp.list | head -2 > $TEMPDIR/head +grep -v '^\ *$' $TEMPDIR/pspp.csv | head -1 > $TEMPDIR/head if [ $? -ne 0 ] ; then no_result ; fi activity="extract data" -grep '[0-9][0-9]*' $TEMPDIR/pspp.list > $TEMPDIR/data +grep '[0-9][0-9]*' $TEMPDIR/pspp.csv > $TEMPDIR/data if [ $? -ne 0 ] ; then no_result ; fi activity="compare head" -perl -pi -e 's/^\s*$//g' $TEMPDIR/head diff -b $TEMPDIR/head - << EOF - A --- +Table: Data List EOF if [ $? -ne 0 ] ; then fail ; fi