|
From: Paul F. <pa...@so...> - 2023-01-27 06:41:37
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=0df691f9d9a8538ea34a4c535f45d30e0f77d60f commit 0df691f9d9a8538ea34a4c535f45d30e0f77d60f Author: Paul Floyd <pj...@wa...> Date: Fri Jan 27 07:40:31 2023 +0100 Linux regtest: forgot prereq test for scalar_openat2 Diff: --- memcheck/tests/x86-linux/scalar_openat2.vgtest | 1 + 1 file changed, 1 insertion(+) diff --git a/memcheck/tests/x86-linux/scalar_openat2.vgtest b/memcheck/tests/x86-linux/scalar_openat2.vgtest index 517c797e61..8f27ad11d0 100644 --- a/memcheck/tests/x86-linux/scalar_openat2.vgtest +++ b/memcheck/tests/x86-linux/scalar_openat2.vgtest @@ -1,2 +1,3 @@ +prereq: test -e ./scalar_openat2 prog: scalar_openat2 vgopts: -q |