X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fstats%2Fntiles.sh;h=4f4eedb15eedc208deb0bc9bba4e4e9279de0284;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=dd00a361368128d3d02dbe834514a971b8c7a003;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/stats/ntiles.sh b/tests/stats/ntiles.sh index dd00a361..4f4eedb1 100755 --- a/tests/stats/ntiles.sh +++ b/tests/stats/ntiles.sh @@ -81,7 +81,7 @@ $SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="move output" -cp $TEMPDIR/pspp.list $TEMPDIR/list.ref +cp $TEMPDIR/pspp.csv $TEMPDIR/list.ref if [ $? -ne 0 ] ; then no_result ; fi i=$[$i+1]; @@ -110,7 +110,7 @@ $SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -diff $TEMPDIR/pspp.list $TEMPDIR/list.ref +diff $TEMPDIR/pspp.csv $TEMPDIR/list.ref if [ $? -ne 0 ] ; then fail; fi