From: janw Date: Tue, 3 Mar 2009 14:12:43 +0000 (+0000) Subject: Renamed script. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=21a413979268186eccd92f3f500069a5afd09c57;p=gosa.git Renamed script. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13487 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/tests/run_sqlite-check-concurrency.pl b/gosa-si/tests/run_sqlite-check-concurrency.pl deleted file mode 100755 index f098555ec..000000000 --- a/gosa-si/tests/run_sqlite-check-concurrency.pl +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -rm test.sqlite* - -for (( i=1; $i <= 10; i++ )) -do - ./sqlite-check-concurrency.pl & -done diff --git a/gosa-si/tests/run_sqlite-check-concurrency.sh b/gosa-si/tests/run_sqlite-check-concurrency.sh new file mode 100755 index 000000000..f098555ec --- /dev/null +++ b/gosa-si/tests/run_sqlite-check-concurrency.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +rm test.sqlite* + +for (( i=1; $i <= 10; i++ )) +do + ./sqlite-check-concurrency.pl & +done