From ef44c2e99cb323692b91ccad9b37634fd7133fc2 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 26 Mar 2026 10:55:17 +0100 Subject: [PATCH] Update path of moved script Signed-off-by: Gilles Peskine --- docs/architecture/psa-shared-memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/psa-shared-memory.md b/docs/architecture/psa-shared-memory.md index 89f9eede7a..a4eacc3c68 100644 --- a/docs/architecture/psa-shared-memory.md +++ b/docs/architecture/psa-shared-memory.md @@ -682,4 +682,4 @@ To make sure that we can correctly detect functions that access their input/outp Then, we could write a test that uses this function with memory poisoning and ensure that it fails. Since we are expecting a failure due to memory-poisoning, we would run this test separately from the rest of the memory-poisoning testing. -This testing is implemented in `programs/test/metatest.c`, which is a program designed to check that test failures happen correctly. It may be run via the script `tests/scripts/run-metatests.sh`. +This testing is implemented in `programs/test/metatest.c`, which is a program designed to check that test failures happen correctly. It may be run via the script `framework/scripts/run-metatests.sh`.