sbsv2/raptor/test/smoke_suite/test_resources/tem_conflict/tem_conflicts.sh
author lorewang
Wed, 01 Dec 2010 16:05:36 +0800
changeset 715 e0739b8406dd
parent 591 22486c9c7b15
permissions -rw-r--r--
Specify extenal tool with path

i=0
while [ $i -lt 50 ]
do
    echo abcdefghijklmnopqrstuvwxyz > $EPOCROOT/A
    cp $EPOCROOT/A $EPOCROOT/B
    rm $EPOCROOT/A
    rm $EPOCROOT/B
    i=$[i + 1]
done