* gdb.base/a1-selftest.exp (test_with_self): Run without windows.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / a1-selftest.exp
index 2340ea8946d8b88f37c3fb31ada8ae5f4c2c66b0..a5df025a1413e21b9b8dfe8b3d5a6f50b5ff78c4 100644 (file)
@@ -94,7 +94,7 @@ proc test_with_self {} {
 
     # run yourself
     set description "run until breakpoint at main"
-    send "run\n"
+    send "run -nw\n"
     expect {
        -re "Starting program.*Breakpoint \[0-9\]+,.*main .argc.*argv.* at .*main.c:.*$prompt $" {
            pass "$description"
This page took 0.024054 seconds and 4 git commands to generate.