Changeset 34 for trunk/test/testrun_2.sh


Ignore:
Timestamp:
May 19, 2006, 8:09:51 PM (18 years ago)
Author:
rainer
Message:

Code cleanup and minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testrun_2.sh

    r30 r34  
    239239        ORIGINAL_4="# SetClientTimeLimit=1800"
    240240        REPLACEMENT_4="SetClientTimeLimit=20"
     241        # takes too much time if we leave that in
     242        ORIGINAL_5="dir=1"
     243        REPLACEMENT_5="#dir=1"
    241244        ex $RCFILE <<EOF
    242245%s/${ORIGINAL_1}/${REPLACEMENT_1}/g
     
    244247%s/${ORIGINAL_3}/${REPLACEMENT_3}/g
    245248%s/${ORIGINAL_4}/${REPLACEMENT_4}/g
     249%s/${ORIGINAL_5}/${REPLACEMENT_5}/g
    246250wq
    247251EOF
Note: See TracChangeset for help on using the changeset viewer.