blob: d8d8ff142027fb5682f151ddea08198bc128f893 [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2002, Intel Corporation. All rights reserved.
# Created by: julie.n.fleischer REMOVE-THIS AT intel DOT com
# This file is licensed under the GPL license. For the full content
# of this license, see the COPYING file at the top level of this
# source tree.
# Test that sigaddset() will add signo to the set signal set.
# This test initializes an full signal set first.
# Test steps:
# 1) Initialize an full signal set.
# 2) Add the SIGALRM signal to the full signal set.
# 3) Verify that SIGALRM is a member of the signal set.
#
# Calling 1-core with a 1 parameter initializes to an
# full set.
./1-core 1