sbsv2/raptor/test/smoke_suite/test_resources/tem_conflict/tem_conflicts.sh
changeset 591 22486c9c7b15
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbsv2/raptor/test/smoke_suite/test_resources/tem_conflict/tem_conflicts.sh	Wed Jun 23 17:27:59 2010 +0800
@@ -0,0 +1,10 @@
+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
+