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/sysfiles.sh


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/tests/command/sysfiles.sh
Date: Mon, 02 May 2005 02:22:01 -0400

Index: pspp/tests/command/sysfiles.sh
diff -u pspp/tests/command/sysfiles.sh:1.1 pspp/tests/command/sysfiles.sh:1.2
--- pspp/tests/command/sysfiles.sh:1.1  Wed Apr 13 14:50:05 2005
+++ pspp/tests/command/sysfiles.sh      Mon May  2 06:21:21 2005
@@ -78,16 +78,16 @@
 
 activity="compare output"
 diff -b -B -w $TEMPDIR/pspp.list - << EOF
-VARIABLE VARIAB_A VARIAB_B VARIAB_C
--------- -------- -------- --------
-    1.00     1.00     1.00     2.00 
-    1.00     1.00     2.00    30.00 
-    1.00     2.00     1.00     8.00 
-    1.00     2.00     2.00    20.00 
-    2.00     1.00     1.00     2.00 
-    2.00     1.00     2.00    22.00 
-    2.00     2.00     1.00     1.00 
-    2.00     2.00     2.00     3.00 
+variable001 variable002 variable003 variable004
+----------- ----------- ----------- -----------
+       1.00        1.00        1.00        2.00  
+       1.00        1.00        2.00       30.00 
+       1.00        2.00        1.00       8.00 
+       1.00        2.00        2.00      20.00 
+       2.00        1.00        1.00       2.00 
+       2.00        1.00        2.00      22.00 
+       2.00        2.00        1.00       1.00 
+       2.00        2.00        2.00       3.00 
 
 EOF
 if [ $? -ne 0 ] ; then fail ; fi




reply via email to

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