summary refs log tree commit diff stats
path: root/tests/tcg/s390x/gdbstub/test-svc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/s390x/gdbstub/test-svc.py')
-rw-r--r--tests/tcg/s390x/gdbstub/test-svc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tcg/s390x/gdbstub/test-svc.py b/tests/tcg/s390x/gdbstub/test-svc.py
index 18fad3f163..804705fede 100644
--- a/tests/tcg/s390x/gdbstub/test-svc.py
+++ b/tests/tcg/s390x/gdbstub/test-svc.py
@@ -49,10 +49,6 @@ def main():
         exit(0)
 
     try:
-        # These are not very useful in scripts
-        gdb.execute("set pagination off")
-        gdb.execute("set confirm off")
-
         # Run the actual tests
         run_test()
     except gdb.error: