New implementation of long variable names. Each variable has a
[pspp] / tests / command / sysfiles.sh
index e16d1612a41d10b81d3385fd04a0868e79907353..2352a70f6f76fc1c2c461579c84bf67def1fc3c5 100755 (executable)
@@ -78,16 +78,16 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 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