summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7feb604)
raw | patch | inline | side by side (parent: 7feb604)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 3 Mar 2009 14:12:43 +0000 (14:12 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 3 Mar 2009 14:12:43 +0000 (14:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13487 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/tests/run_sqlite-check-concurrency.pl | [deleted file] | patch | blob | history |
gosa-si/tests/run_sqlite-check-concurrency.sh | [new file with mode: 0755] | patch | blob |
diff --git a/gosa-si/tests/run_sqlite-check-concurrency.pl b/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
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+rm test.sqlite*
+
+for (( i=1; $i <= 10; i++ ))
+do
+ ./sqlite-check-concurrency.pl &
+done