From aff928c2a9200fcf2d8fa06045b563f6b5eb413e Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Mon, 12 Jan 2015 10:09:03 +0100
Subject: [PATCH] Removes staticgit from tests

---
 tests/start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/start.sh b/tests/start.sh
index 000deb6..c1bb4e2 100755
--- a/tests/start.sh
+++ b/tests/start.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -eux
 
-applications=( static staticgit wordpress known)
+applications=( static wordpress known)
 
 for application in "${applications[@]}"
 do
-- 
GitLab