Fix problem where duplicate object headers were not always being selected correctly...
[yaffs2.git] / direct / run_fw_update_test.sh
1 #!/bin/bash
2
3
4 for ((i=0; i < 100000; i++))  
5 do
6    echo $i > cycle.count
7    j=$(( $i % 10 ))
8    
9    rm data*$j
10    cp ynorsimdata data$i
11    ./yaffs_test /M18-1 fw_update
12 done