From f17023255cb1e9ffd2b10513862b05f1494b8459 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 20 Aug 2009 10:09:07 +0200 Subject: [PATCH] begin to write a test for the whole ccollect tools Signed-off-by: Nico Schottelius --- test/test-ccollect-tools.sh | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 test/test-ccollect-tools.sh diff --git a/test/test-ccollect-tools.sh b/test/test-ccollect-tools.sh new file mode 100644 index 0000000..5980d04 --- /dev/null +++ b/test/test-ccollect-tools.sh @@ -0,0 +1,29 @@ +#!/bin/sh +# +# 2009 Nico Schottelius (nico-ccollect at schottelius.org) +# +# This file is part of ccollect. +# +# ccollect 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, either version 3 of the License, or +# (at your option) any later version. +# +# ccollect 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 ccollect. If not, see . +# +# +# Test the ccollect tools suite +# + +set -x + +tmp="$(mktemp /tmp/ccollect-tools.XXXXXXXXXXX)" + + +rm -rf "${tmp}"