/[pspp]/pspp/tests/command/sysfiles.sh
ViewVC logotype

Diff of /pspp/tests/command/sysfiles.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by jstover, Mon Oct 10 22:18:06 2005 UTC revision 1.7 by jstover, Thu Oct 27 18:57:39 2005 UTC
# Line 79  $SUPERVISOR $here/../src/pspp -o raw-asc Line 79  $SUPERVISOR $here/../src/pspp -o raw-asc
79  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
80    
81  activity="compare output"  activity="compare output"
82  perl -pi -e 's/^\s*\$//g' $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
83  diff -b  -w $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'  diff -b  -w $TEMPDIR/pspp.list - << EOF
84  variable001 variable002 variable003 variable004  variable001 variable002 variable003 variable004
85  ----------- ----------- ----------- -----------  ----------- ----------- ----------- -----------
86         1.00        1.00        1.00        2.00           1.00        1.00        1.00        2.00  
# Line 91  variable001 variable002 variable003 vari Line 91  variable001 variable002 variable003 vari
91         2.00        1.00        2.00       22.00         2.00        1.00        2.00       22.00
92         2.00        2.00        1.00        1.00         2.00        2.00        1.00        1.00
93         2.00        2.00        2.00        3.00         2.00        2.00        2.00        3.00
   
94  EOF  EOF
95  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
96    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26