diff options
Diffstat (limited to 'test/909-attach-agent/run.py')
-rw-r--r-- | test/909-attach-agent/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/909-attach-agent/run.py b/test/909-attach-agent/run.py index 9050ce77ac..1e35ec98e5 100644 --- a/test/909-attach-agent/run.py +++ b/test/909-attach-agent/run.py @@ -22,8 +22,7 @@ def run(ctx, args): if args.interpreter: # On interpreter we are fully capable of providing the full jvmti api so we # have a slightly different expected output. - # TODO We should really be changing this in the 'check' script. - ctx.run("patch -s expected-stdout.txt <interpreter-expected.patch") + ctx.expected_stdout = ctx.expected_stdout.with_suffix(".interpreter.txt") # Provide additional runtime options when running on device. if not args.host: |