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