sbsv2/raptor/test/smoke_suite/test_resources/tem_conflict/tem_conflicts.sh
changeset 3 e1eecf4d390d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbsv2/raptor/test/smoke_suite/test_resources/tem_conflict/tem_conflicts.sh	Mon Nov 16 09:46:46 2009 +0000
@@ -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
+