diff options
Diffstat (limited to 'tests/tcg/aarch64/gdbstub/test-sve-ioctl.py')
| -rw-r--r-- | tests/tcg/aarch64/gdbstub/test-sve-ioctl.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tcg/aarch64/gdbstub/test-sve-ioctl.py b/tests/tcg/aarch64/gdbstub/test-sve-ioctl.py index b9ef169c1a..ee8d467e59 100644 --- a/tests/tcg/aarch64/gdbstub/test-sve-ioctl.py +++ b/tests/tcg/aarch64/gdbstub/test-sve-ioctl.py @@ -76,9 +76,6 @@ except (gdb.error, AttributeError): exit(0) try: - # These are not very useful in scripts - gdb.execute("set pagination off") - # Run the actual tests run_test() except: |