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

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

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

revision 1.3 by jmd, Tue Jan 18 11:31:45 2005 UTC revision 1.4 by jmd, Wed Apr 13 10:09:59 2005 UTC
# Line 47  mkdir -p $TEMPDIR Line 47  mkdir -p $TEMPDIR
47  cd $TEMPDIR  cd $TEMPDIR
48    
49  activity="create program"  activity="create program"
50  cat > $TEMPDIR/filter.stat << EOF  cat > $TESTFILE << EOF
51  data list notable /x 1-2.  data list notable /x 1-2.
52  begin data.  begin data.
53  1  1
# Line 76  if [ $? -ne 0 ] ; then no_result ; fi Line 76  if [ $? -ne 0 ] ; then no_result ; fi
76    
77    
78  activity="run program"  activity="run program"
79  $SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/filter.stat  $SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE
80  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
81    
82    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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