From 954a68ef1d8eea4ae89725073905d986177bdc3e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 5 Jul 2005 01:27:12 +0000 Subject: [PATCH] * command/sysfile-info.sh: Don't verify endianness. Fixes bug reported by "Marshall DeBerry" . --- tests/ChangeLog | 5 +++++ tests/command/sysfile-info.sh | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index a5e44daa..e33cc328 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 4 18:02:44 2005 Ben Pfaff + + * command/sysfile-info.sh: Don't verify endianness. Fixes bug + reported by "Marshall DeBerry" . + Mon Jun 6 22:40:10 2005 Ben Pfaff * command/print.sh: Get rid of RBHEX output. It wasn't worth diff --git a/tests/command/sysfile-info.sh b/tests/command/sysfile-info.sh index 4f08b166..a5990e91 100755 --- a/tests/command/sysfile-info.sh +++ b/tests/command/sysfile-info.sh @@ -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. -- 2.30.2