pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/command/sysfile-info.sh


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/tests/command/sysfile-info.sh
Date: Mon, 04 Jul 2005 21:27:12 -0400

Index: pspp/tests/command/sysfile-info.sh
diff -u pspp/tests/command/sysfile-info.sh:1.1 
pspp/tests/command/sysfile-info.sh:1.2
--- pspp/tests/command/sysfile-info.sh:1.1      Sun May  8 23:17:05 2005
+++ pspp/tests/command/sysfile-info.sh  Tue Jul  5 01:27:12 2005
@@ -70,7 +70,7 @@
 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 @@
 2.1 SYSFILE INFO.  
 File:      pro.sav
 Label:     No label.
-Endian:    Little.
 Variables: 2
 Cases:     3
 Type:      System File.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]