forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
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
|
* gdb.base/funcargs.exp: Modify many tests so that every test
|
||||||
either passes or fails. Make some test names unique.
|
either passes or fails. Make some test names unique.
|
||||||
|
|
||||||
|
|||||||
@@ -386,7 +386,7 @@ proc test_with_self {} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# We'll need this when we send a ^C to GDB
|
# 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"
|
"set interrupt character in test_with_self"
|
||||||
|
|
||||||
# start the "xgdb" process
|
# start the "xgdb" process
|
||||||
|
|||||||
Reference in New Issue
Block a user