Fixed some buglets in the tests
[pspp-builds.git] / tests / command / tabs.sh
index db0c688aa4dd73a3f0798eb960e90b10075ad881..0a2915f3e8e362453b110e948b3d14e69c6b9375 100755 (executable)
@@ -70,6 +70,7 @@ activity="run program"
 $here/../src/pspp -o raw-ascii $TEMPDIR/tabs.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
+
 diff -B -b $TEMPDIR/pspp.list - << EOF
 1.1 DATA LIST.  Reading 1 record from the command file.
 +--------+------+-------+------+
@@ -77,7 +78,7 @@ diff -B -b $TEMPDIR/pspp.list - << EOF
 #========#======#=======#======#
 |X       |     1|  1- 80|A80   |
 +--------+------+-------+------+
-               1       12      123     1234    12345   123456          1234567 
+        1       12      123     1234    12345   123456          1234567 12345678 
 EOF
 if [ $? -ne 0 ] ; then fail ; fi