diff options
author | Bob Manson <manson@cygnus> | 1997-08-13 04:49:25 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-08-13 04:49:25 +0000 |
commit | bc1e11e9d5633d022a19ff6d816918f91a0db60e (patch) | |
tree | 0bb74491132625e2e8f7514dfab849a8887228ac /gdb/testsuite | |
parent | f9d1d57586c4e6f95da67a0ab6d76aedd12a126b (diff) | |
download | gdb-bc1e11e9d5633d022a19ff6d816918f91a0db60e.zip gdb-bc1e11e9d5633d022a19ff6d816918f91a0db60e.tar.gz gdb-bc1e11e9d5633d022a19ff6d816918f91a0db60e.tar.bz2 |
* tests2.exp: Fix quoting.
* tests1.exp: Ditto.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/gdb.chill/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.chill/tests1.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.chill/tests2.exp | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index 3d1480c..a62784d 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 12 21:48:08 1997 Bob Manson <manson@charmed.cygnus.com> + + * tests2.exp: Fix quoting. + * tests1.exp: Ditto. + Sat Nov 23 14:00:59 1996 Fred Fish <fnf@cygnus.com> * misc.exp: Change x86 linux setup_xfails to use new diff --git a/gdb/testsuite/gdb.chill/tests1.exp b/gdb/testsuite/gdb.chill/tests1.exp index 0b5d617..3ede1eb 100644 --- a/gdb/testsuite/gdb.chill/tests1.exp +++ b/gdb/testsuite/gdb.chill/tests1.exp @@ -811,7 +811,7 @@ gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir -gdb_test "set print sevenbit-strings ".*" +gdb_test "set print sevenbit-strings" ".*" if [set_lang_chill] then { test_modes diff --git a/gdb/testsuite/gdb.chill/tests2.exp b/gdb/testsuite/gdb.chill/tests2.exp index 7f76425..46c4821 100644 --- a/gdb/testsuite/gdb.chill/tests2.exp +++ b/gdb/testsuite/gdb.chill/tests2.exp @@ -262,7 +262,7 @@ gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir -gdb_test "set print sevenbit-strings ".*" +gdb_test "set print sevenbit-strings" ".*" if [set_lang_chill] then { write_access |