/[pspp]/pspp/tests/command/oneway-with-splits.sh
ViewVC logotype

Diff of /pspp/tests/command/oneway-with-splits.sh

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

revision 1.7 by blp, Mon May 2 06:21:21 2005 UTC revision 1.8 by jmd, Tue May 3 08:26:22 2005 UTC
# Line 16  export STAT_CONFIG_PATH=$top_srcdir/conf Line 16  export STAT_CONFIG_PATH=$top_srcdir/conf
16    
17  cleanup()  cleanup()
18  {  {
19       rm -rf $TEMPDIR      if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then
20            echo Not cleaning $TEMPDIR;
21            return ;
22        fi
23        rm -rf $TEMPDIR
24  }  }
25    
26    

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

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