X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsysfile-info.sh;fp=tests%2Fcommand%2Fsysfile-info.sh;h=34269c586b8b3d56988f422c1b7e71974923d462;hb=f4b04e8323d4c95c3723ca47587742e7175ae75f;hp=34acd488fe4afc77b83cc14e0a8d0e6987e4f27b;hpb=0d1247a98f058356ba1cf24c26f642004ba5fbc5;p=pspp-builds.git diff --git a/tests/command/sysfile-info.sh b/tests/command/sysfile-info.sh index 34acd488..34269c58 100755 --- a/tests/command/sysfile-info.sh +++ b/tests/command/sysfile-info.sh @@ -77,7 +77,7 @@ 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 |perl -e 's/^\s*$//g' +diff -b -w $TEMPDIR/out-filtered - << EOF 1.1 DATA LIST. Reading free-form data from the command file. +--------+------+ |Variable|Format| @@ -85,7 +85,6 @@ diff -b -w $TEMPDIR/out-filtered - << EOF |perl -e 's/^\s*$//g' |x |F8.0 | |name |A10 | +--------+------+ - 2.1 SYSFILE INFO. File: pro.sav Label: No label. @@ -94,7 +93,6 @@ Cases: 3 Type: System File. Weight: Not weighted. Mode: Compression off. - +--------+-------------+---+ |Variable|Description |Pos| | | |iti| @@ -104,7 +102,6 @@ Mode: Compression off. +--------+-------------+---+ |name |Format: A10 | 2| +--------+-------------+---+ - EOF if [ $? -ne 0 ] ; then fail ; fi