#!/bin/sh
#
# "@(#) $Id"
#
# tat61
#
rm -f tat6.log
#
# Test .TestList.sed subsitution
# 
echo $RTAPENV
# LCU not supported by TestList.sed generated by tat
echo l$LCU
echo $w6
echo $l6
#
# Test new way of booting LCU to get the output
#
msgSend $l6 lccServer LCCGST ""
# loa and test explicitely tatVxTest 
expect -f tat61.tcl
#
echo "tat61 OK"




