summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-17 13:45:20 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-17 13:45:40 +0000
commit62fe7f365502c55c1a7b7dc3584f610a30df776a (patch)
tree68c6b986d42095894881f8572c0f82288be50b34 /tests
parenta9bcbd93e1b4f7444afdac22691ef9f56638d481 (diff)
downloadlorry-62fe7f365502c55c1a7b7dc3584f610a30df776a.tar.gz
Remove the setup_once script.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/setup_once21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/setup_once b/tests/setup_once
deleted file mode 100755
index 0f88ca6..0000000
--- a/tests/setup_once
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2011 Codethink Limited
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-
-set -e
-
-# Do nothing for now.