* command/sysfile-info.sh: Don't verify endianness. Fixes bug
authorBen Pfaff <blp@gnu.org>
Tue, 5 Jul 2005 01:27:12 +0000 (01:27 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 5 Jul 2005 01:27:12 +0000 (01:27 +0000)
reported by "Marshall DeBerry" <mdb@radix.net>.

tests/ChangeLog
tests/command/sysfile-info.sh

index a5e44daa49ac7be2a5093470a7e93ab37ced412c..e33cc328174aa01a9b2bb2ea44616e9cf8c67908 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul  4 18:02:44 2005  Ben Pfaff  <blp@gnu.org>
+
+       * command/sysfile-info.sh: Don't verify endianness.  Fixes bug
+       reported by "Marshall DeBerry" <mdb@radix.net>.
+
 Mon Jun  6 22:40:10 2005  Ben Pfaff  <blp@gnu.org>
 
        * command/print.sh: Get rid of RBHEX output.  It wasn't worth
index 4f08b16627fd1f31177910c72c462c2a0afd657b..a5990e913fdede651b15e94c91300f0eb814fd31 100755 (executable)
@@ -70,7 +70,7 @@ $SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="filter output"
-grep -v '^Created: ' $TEMPDIR/pspp.list > $TEMPDIR/out-filtered
+egrep -v '^(Created|Endian): ' $TEMPDIR/pspp.list > $TEMPDIR/out-filtered
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"
@@ -86,7 +86,6 @@ diff $TEMPDIR/out-filtered - << EOF
 2.1 SYSFILE INFO.  
 File:      pro.sav
 Label:     No label.
-Endian:    Little.
 Variables: 2
 Cases:     3
 Type:      System File.