[rtems-central commit] spec: Fix references

Sebastian Huber sebh at rtems.org
Thu Sep 17 16:10:28 UTC 2020


Module:    rtems-central
Branch:    master
Commit:    419bdc8c6ff6df631f85b9366495123f6ce370fa
Changeset: http://git.rtems.org/rtems-central/commit/?id=419bdc8c6ff6df631f85b9366495123f6ce370fa

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 17 17:45:18 2020 +0200

spec: Fix references

---

 spec/rtems/task/req/ident.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/rtems/task/req/ident.yml b/spec/rtems/task/req/ident.yml
index 0fbfd0d..2769cea 100644
--- a/spec/rtems/task/req/ident.yml
+++ b/spec/rtems/task/req/ident.yml
@@ -20,7 +20,7 @@ post-conditions:
       thread.
   - name: Generic
     test-code: |
-      /* Checks performed by ${../req/ident:/test-run}() */
+      /* Checks performed by ${../../req/ident:/test-run}() */
     text: |
       The post-condition status shall be specified by ${../req/ident}.
   test-epilogue: null
@@ -37,7 +37,7 @@ pre-conditions:
   - name: Generic
     test-code: |
       ctx->id = NULL;
-      /* Preparation performed by ${../req/ident:/test-run}() */
+      /* Preparation performed by ${../../req/ident:/test-run}() */
     text: |
       The pre-condition status shall be specified by ${../req/ident}.
   test-epilogue: null
@@ -50,7 +50,7 @@ test-action: |
   if ( ctx->id != NULL ) {
     ctx->status = rtems_task_ident( RTEMS_SELF, 0xdeadbeef, ctx->id );
   } else {
-    ${../req/ident:/test-run}(
+    ${../../req/ident:/test-run}(
       ctx->id_local_object,
       ClassicTaskIdentAction
     );



More information about the vc mailing list