forked from Imagelibrary/rtems
22 lines
537 B
Plaintext
22 lines
537 B
Plaintext
# COPYRIGHT (c) 2010
|
|
# Bharath Suri<bharath.s.jois@gmail.com>.
|
|
#
|
|
# 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.
|
|
#
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
Configuration:
|
|
|
|
Pipes not enabled.
|
|
|
|
Expected:
|
|
|
|
With pipes not enabled, the semaphore required for creation of new
|
|
pipe will not be available (this semaphore is created at init if pipes
|
|
are enabled)
|
|
|
|
With this, fifo_open fails with EINTR
|