| 68 | exp2add='' | exp2add='' | 
| 69 | updFile='updated_code' | updFile='updated_code' | 
| 70 |  |  | 
| 71 | echo "cd $TST_DISK ; pwd" | tee -a $LOG_FIL | echo "cd $TST_DISK ; pwd (x2)" | tee -a $LOG_FIL | 
| 72 | cd $TST_DISK    | tee -a $LOG_FIL 2>&1 | cd $TST_DISK    | tee -a $LOG_FIL 2>&1 | 
| 73 | pwd             | tee -a $LOG_FIL | pwd             | tee -a $LOG_FIL | 
| 74 |  | sleep 30 | 
| 75 |  | pwd             | tee -a $LOG_FIL | 
| 76 | if test ! -d $TST_DIR ; then | if test ! -d $TST_DIR ; then | 
| 77 | echo -n "Creating a working dir: $TST_DIR ..."       | tee -a $LOG_FIL | echo -n "Creating a working dir: $TST_DIR ..."       | tee -a $LOG_FIL | 
| 78 | #/bin/rm -rf $TST_DIR | #/bin/rm -rf $TST_DIR |