summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 14:11:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 14:11:12 +0000
commit482960380d78140760eadf28364feca1f904e35c (patch)
tree98608abaef7583fa74d971dd80210dd68d4e3875 /testsuites
parentRemoved reinitialize mutex test case to reflect earlier code change in (diff)
downloadrtems-482960380d78140760eadf28364feca1f904e35c.tar.bz2
Modified to reflect test change where reinitialize mutex test case was
removed.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psx05/psx05.scn2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx05/psx05.scn b/testsuites/psxtests/psx05/psx05.scn
index 5106223388..83d46b5a90 100644
--- a/testsuites/psxtests/psx05/psx05.scn
+++ b/testsuites/psxtests/psx05/psx05.scn
@@ -36,7 +36,7 @@ Init: mutex priority ceiling is 128
Init: mutex process shared is (1) -- PTHREAD_PROCESS_SHARED
Init: Resetting mutex attributes
Init: pthread_mutex_init - SUCCESSFUL
-Init: pthread_mutex_init - EBUSY (attempt to initialize an existing mutex)
+Init: pthread_mutex_init - EBUSY (reinitialize an existing mutex) - skipped
Init: pthread_mutex_trylock - EINVAL (illegal ID)
Init: pthread_mutex_trylock - SUCCESSFUL
Init: pthread_mutex_trylock - EDEADLK (already locked)