From f780ff5408467879fd31d3baa79a30d5518818e5 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sun, 17 Nov 2013 13:03:27 -0500 Subject: [PATCH] fail cleanup: remove old run scripts Signed-off-by: Mathieu Desnoyers --- tests/1.8/fail/run.sh | 3 --- tests/1.8/fail/test.sh | 31 ------------------------------- tests/1.8/run.sh | 11 ----------- 3 files changed, 45 deletions(-) delete mode 100755 tests/1.8/fail/run.sh delete mode 100755 tests/1.8/fail/test.sh delete mode 100755 tests/1.8/run.sh diff --git a/tests/1.8/fail/run.sh b/tests/1.8/fail/run.sh deleted file mode 100755 index 1c0bdd2..0000000 --- a/tests/1.8/fail/run.sh +++ /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 index 8d9d62e..0000000 --- a/tests/1.8/fail/test.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -# -# Copyright (C) - 2013 Christian Babeux -# -# 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 index 4cec2e1..0000000 --- a/tests/1.8/run.sh +++ /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 .. -- 2.34.1