* gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 27 Jan 1995 18:22:15 +0000 (18:22 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 27 Jan 1995 18:22:15 +0000 (18:22 +0000)
Quote ^C when passing it to stty.  For some shells ^ is a pipe.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/a1-selftest.exp

index 98a21a8c0215865113c44e09394e39a07dbb2822..d5153a7b1771c1eb76ef4784d3510d54d6b5b181 100644 (file)
@@ -1,5 +1,8 @@
 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
+       Quote ^C when passing it to stty.  For some shells ^ is a pipe.
+
        * gdb.base/funcargs.exp: Modify many tests so that every test
        either passes or fails.  Make some test names unique.
 
index 14a4a06b5bd3f448a951a8fa8c9257c447215fbf..d22afb9934ce9450d3ab201601a85eb7c63e1ecf 100644 (file)
@@ -386,7 +386,7 @@ proc test_with_self {} {
     }
 
     # We'll need this when we send a ^C to GDB    
-    gdb_test "shell stty intr ^C" "" \
+    gdb_test "shell stty intr '^C'" "" \
        "set interrupt character in test_with_self"
 
     # start the "xgdb" process