From 62fe7f365502c55c1a7b7dc3584f610a30df776a Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Fri, 17 Feb 2012 13:45:20 +0000 Subject: Remove the setup_once script. --- tests/setup_once | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 tests/setup_once (limited to 'tests') 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. -- cgit v1.2.1