diff options
Diffstat (limited to 'tests/specs/run/ld_preload/set_with_allow_env.out')
-rw-r--r-- | tests/specs/run/ld_preload/set_with_allow_env.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/specs/run/ld_preload/set_with_allow_env.out b/tests/specs/run/ld_preload/set_with_allow_env.out index 60dba7cff..f89582d6c 100644 --- a/tests/specs/run/ld_preload/set_with_allow_env.out +++ b/tests/specs/run/ld_preload/set_with_allow_env.out @@ -1,8 +1,8 @@ -PermissionDenied: Requires --allow-all permissions to spawn subprocess with LD_PRELOAD environment variable. +NotCapable: Requires --allow-all permissions to spawn subprocess with LD_PRELOAD environment variable. [WILDCARD] - name: "PermissionDenied" + name: "NotCapable" } -PermissionDenied: Requires --allow-all permissions to spawn subprocess with DYLD_FALLBACK_LIBRARY_PATH, LD_PRELOAD environment variables. +NotCapable: Requires --allow-all permissions to spawn subprocess with DYLD_FALLBACK_LIBRARY_PATH, LD_PRELOAD environment variables. [WILDCARD] - name: "PermissionDenied" + name: "NotCapable" } |