X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsysfile-info.sh;h=35a4e53f32812321dbd742df62426d55f654c3a0;hb=b7630569df28b3056ab190e5cc635fdb261e895d;hp=3456fba2e33f0791a7d2960eb6eb7d0b427947b1;hpb=c65c1958dfeca54c74a39c65ca676a536c08de46;p=pspp diff --git a/tests/command/sysfile-info.sh b/tests/command/sysfile-info.sh index 3456fba2e3..35a4e53f32 100755 --- a/tests/command/sysfile-info.sh +++ b/tests/command/sysfile-info.sh @@ -74,46 +74,38 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="filter output" -egrep -v '^(Created|Endian|Integer Format|Real Format): ' $TEMPDIR/pspp.list > $TEMPDIR/out-filtered +egrep -v '^(Created|Endian|Integer Format|Real Format):,' $TEMPDIR/pspp.csv > $TEMPDIR/out-filtered if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/out-filtered -diff -b -w $TEMPDIR/out-filtered - << EOF -1.1 DATA LIST. Reading free-form data from INLINE. -+--------+------+ -|Variable|Format| -#========#======# -|x |F8.0 | -|name |A10 | -+--------+------+ -2.1 SYSFILE INFO. -File: pro.sav -Label: No label. -Variables: 2 -Cases: 3 -Type: System File. -Weight: Not weighted. -Mode: Compression on. -+--------+-------------+---+ -|Variable|Description |Pos| -| | |iti| -| | |on | -#========#=============#===# -|x |Format: F8.2 | 1| -| |Measure: | | -| |Display | | -| |Display | | -+--------+-------------+---+ -|name |Format: A10 | 2| -| |Measure: | | -| |Display | | -| |Display | | -+--------+-------------+---+ +diff -c $TEMPDIR/out-filtered - << EOF +Table: Reading free-form data from INLINE. +Variable,Format +x,F8.0 +name,A10 + +File:,pro.sav +Label:,No label. +Variables:,2 +Cases:,3 +Type:,System File +Weight:,Not weighted. +Mode:,Compression on. +Charset:,Unknown + +Variable,Description,,Position +x,Format: F8.2,,1 +,Measure: Scale,, +,Display Alignment: Right,, +,Display Width: 8,, +name,Format: A10,,2 +,Measure: Nominal,, +,Display Alignment: Left,, +,Display Width: 10,, EOF if [ $? -ne 0 ] ; then fail ; fi