Code

Added database tests to verify malforming of sqlite databases.
[gosa.git] / trunk / gosa-si / tests / run_sqlite-check-concurrency.sh
1 #!/bin/bash
3 rm test.sqlite*
5 for (( i=1; $i <= 10; i++ ))
6 do
7         ./sqlite-check-concurrency.pl &
8 done