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

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

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

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

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

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