/[pspp]/pspp/tests/bugs/recode-copy-bug.sh
ViewVC logotype

Diff of /pspp/tests/bugs/recode-copy-bug.sh

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

revision 1.5 by blp, Sun Jul 31 04:55:58 2005 UTC revision 1.6 by jstover, Mon Oct 10 22:18:06 2005 UTC
# Line 65  if [ $? -ne 0 ] ; then no_result ; fi Line 65  if [ $? -ne 0 ] ; then no_result ; fi
65    
66    
67  activity="compare output"  activity="compare output"
68  diff -b -B -w $TEMPDIR/pspp.list $top_srcdir/tests/bugs/recode-copy-bug-1.out  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list $top_srcdir/tests/bugs/recode-copy-bug-1.out
69    diff -b -w $TEMPDIR/pspp.list $top_srcdir/tests/bugs/recode-copy-bug-1.out
70  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
71    
72    
# Line 75  if [ $? -ne 0 ] ; then no_result ; fi Line 76  if [ $? -ne 0 ] ; then no_result ; fi
76    
77    
78  activity="compare output"  activity="compare output"
79  diff -b -B -w $TEMPDIR/pspp.list $top_srcdir/tests/bugs/recode-copy-bug-2.out  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list $top_srcdir/tests/bugs/recode-copy-bug-2.out
80    diff -b -w $TEMPDIR/pspp.list $top_srcdir/tests/bugs/recode-copy-bug-2.out
81  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
82    
83  pass;  pass;

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

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