diff options
Diffstat (limited to 'test/1963-add-to-dex-classloader-in-memory/run.py')
-rw-r--r-- | test/1963-add-to-dex-classloader-in-memory/run.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/1963-add-to-dex-classloader-in-memory/run.py b/test/1963-add-to-dex-classloader-in-memory/run.py index ad7c1aed1b..4796039801 100644 --- a/test/1963-add-to-dex-classloader-in-memory/run.py +++ b/test/1963-add-to-dex-classloader-in-memory/run.py @@ -17,11 +17,3 @@ def run(ctx, args): ctx.default_run(args, jvmti=True) - - # Some of our test devices are so old that they don't have memfd_create and are setup in such a way - # that tmpfile() doesn't work. In these cases this test cannot complete successfully. - # If we see this in stdout, make the expected stdout identical. - ctx.run( - fr"grep -q -- '---NO memfd_create---' '{args.stdout_file}' &&" - fr" echo '---NO memfd_create---' > expected-stdout.txt", - check=False) |