summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal03/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-02 15:00:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-02 15:00:05 +0000
commit307b6b9cc4a2777cd345731409ce70602c9d002f (patch)
tree509b6844988cb81d970c22e5137a62e742a2cd47 /testsuites/psxtests/psxsignal03/init.c
parent2009-08-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-307b6b9cc4a2777cd345731409ce70602c9d002f.tar.bz2
2009-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxsignal03/init.c, psxsignal03/psxsignal03.scn, psxsignal04/psxsignal04.scn: Correct test numbers in macros so output is right. Update both screens.
Diffstat (limited to 'testsuites/psxtests/psxsignal03/init.c')
-rw-r--r--testsuites/psxtests/psxsignal03/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxsignal03/init.c b/testsuites/psxtests/psxsignal03/init.c
index 89328c7fed..18a8ff40e6 100644
--- a/testsuites/psxtests/psxsignal03/init.c
+++ b/testsuites/psxtests/psxsignal03/init.c
@@ -10,13 +10,13 @@
*/
#if defined(USE_USER_SIGNALS)
- #define TEST_NAME "01"
+ #define TEST_NAME "03"
#define TEST_STRING "User Signals"
#define SIGNAL_ONE SIGUSR1
#define SIGNAL_TWO SIGUSR2
#elif defined(USE_REAL_TIME_SIGNALS)
- #define TEST_NAME "02"
+ #define TEST_NAME "04"
#define TEST_STRING "Real-Time Signals"
#define SIGNAL_ONE SIGRTMIN
#define SIGNAL_TWO SIGRTMAX