blob: f765d3cad9030f09fb2c7b4e72c0a11cd3a96f5d [file] [log] [blame]
Chris Dearman37550cf2012-10-17 19:54:01 -07001#!/bin/sh
robbiew0dc07652005-06-03 16:29:48 +00002# Copyright (c) 2002, Intel Corporation. All rights reserved.
3# Created by: julie.n.fleischer REMOVE-THIS AT intel DOT com
4# This file is licensed under the GPL license. For the full content
Chris Dearman37550cf2012-10-17 19:54:01 -07005# of this license, see the COPYING file at the top level of this
robbiew0dc07652005-06-03 16:29:48 +00006# source tree.
7
8
9# Test that evp points to a sigevent structure that tells what notification
10# will take place when the timer expires.
11
12# This is tested implicitly via assertion 1. A full test of the parameters
13# of the sigevent structure is out of the scope of this test suite.
14
15echo "Tested implicitly via assertion 1. See output for status"
16exit 0