fail cleanup: remove old run scripts
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 17 Nov 2013 18:03:27 +0000 (13:03 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 17 Nov 2013 18:03:27 +0000 (13:03 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/1.8/fail/run.sh [deleted file]
tests/1.8/fail/test.sh [deleted file]
tests/1.8/run.sh [deleted file]

diff --git a/tests/1.8/fail/run.sh b/tests/1.8/fail/run.sh
deleted file mode 100755 (executable)
index 1c0bdd2..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-. ../../../utils/run.sh
diff --git a/tests/1.8/fail/test.sh b/tests/1.8/fail/test.sh
deleted file mode 100755 (executable)
index 8d9d62e..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/bash
-#
-# Copyright (C) - 2013 Christian Babeux <christian.babeux@efficios.com>
-#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License, version 2 only, as
-# published by the Free Software Foundation.
-#
-# 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.
-
-CURDIR=$(dirname $0)
-UTILS_DIR=$CURDIR/../../../utils/
-
-source $UTILS_DIR/tap/tap.sh
-
-NUM_TESTS=1
-
-plan_tests $NUM_TESTS
-
-$CTF_READER_BIN $CTF_READER_OPTS $1 >/dev/null 2>&1
-
-result=$?
-
-is $result 1 $1
diff --git a/tests/1.8/run.sh b/tests/1.8/run.sh
deleted file mode 100755 (executable)
index 4cec2e1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-echo "Running expected pass tests"
-cd pass
-./run.sh
-cd ..
-
-echo "Running expected failure tests"
-cd fail
-./run.sh
-cd ..
This page took 0.024665 seconds and 4 git commands to generate.