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

Diff of /pspp/tests/command/sysfiles-old.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 89  grep  'X=X' $TEMPDIR/foo.sav Line 89  grep  'X=X' $TEMPDIR/foo.sav
89  if [ $? -eq 0 ] ; then fail ; fi  if [ $? -eq 0 ] ; then fail ; fi
90    
91  activity="compare output"  activity="compare output"
92  perl -pi -e 's/^\s*\$//g' $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
93  diff -b  -w $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'  diff -b  -w $TEMPDIR/pspp.list - << EOF
94         X VARIABLE VARIAB_A VARIAB_B         X VARIABLE VARIAB_A VARIAB_B
95  -------- -------- -------- --------  -------- -------- -------- --------
96      1.00     1.00     1.00     2.00      1.00     1.00     1.00     2.00
# Line 101  diff -b  -w $TEMPDIR/pspp.list - << EOF Line 101  diff -b  -w $TEMPDIR/pspp.list - << EOF
101      2.00     1.00     2.00    22.00      2.00     1.00     2.00    22.00
102      2.00     2.00     1.00     1.00      2.00     2.00     1.00     1.00
103      2.00     2.00     2.00     3.00      2.00     2.00     2.00     3.00
   
104  EOF  EOF
105  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
106    

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