From 1a48cbfa16bf54a442f9394e4c4d9c2211e82865 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 11 Nov 2019 20:08:46 +0100 Subject: sptests: Avoid include path magic Update #3818. --- testsuites/sptests/spfatal15/testcase.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 testsuites/sptests/spfatal15/testcase.h (limited to 'testsuites/sptests/spfatal15/testcase.h') diff --git a/testsuites/sptests/spfatal15/testcase.h b/testsuites/sptests/spfatal15/testcase.h deleted file mode 100644 index fc3d25f2db..0000000000 --- a/testsuites/sptests/spfatal15/testcase.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * COPYRIGHT (c) 1989-2010. - * On-Line Applications Research Corporation (OAR). - * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rtems.org/license/LICENSE. - */ - -/* generate fatal errors in open_dev_console.c */ -#define FATAL_ERROR_TEST_NAME "15" -#define FATAL_ERROR_DESCRIPTION "fail to open stderr" -#define FATAL_ERROR_EXPECTED_SOURCE INTERNAL_ERROR_CORE -#define FATAL_ERROR_EXPECTED_ERROR INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED - -#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 2 - -void force_error() -{ - /* we will not run this far */ -} -- cgit v1.2.3